#include "trng.h"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... | |