CC26xx Driver Library
trng.c File Reference
#include <driverlib/trng.h>

Go to the source code of this file.

Functions

void TRNGConfigure (uint32_t ui32MinSamplesPerCycle, uint32_t ui32MaxSamplesPerCycle, uint32_t ui32ClocksPerSample)
 Configure the true random number generator. More...
 
uint32_t TRNGNumberGet (uint32_t ui32Word)
 Get a random number from the generator. More...