RNG driver implementation for the CC26XX family.
============================================================================
This file should only be included in the board file to fill the RNG_config structure.
The CC26XX family has a general purpose TRNG. This implementation of the RNG driver for the CC26XX family uses the TRNG for all entropy generation.
#include <stdint.h>
#include <stdbool.h>
#include <ti/drivers/RNG.h>
#include <ti/drivers/TRNG.h>
#include <ti/drivers/trng/TRNGCC26XX.h>