|
ChibiOS
21.6.0
|
TRNG Driver code. More...
#include "hal.h"Go to the source code of this file.
Functions | |
| void | trngInit (void) |
| TRNG Driver initialization. More... | |
| void | trngObjectInit (TRNGDriver *trngp) |
Initializes the standard part of a TRNGDriver structure. More... | |
| void | trngStart (TRNGDriver *trngp, const TRNGConfig *config) |
| Configures and activates the TRNG peripheral. More... | |
| void | trngStop (TRNGDriver *trngp) |
| Deactivates the TRNG peripheral. More... | |
| bool | trngGenerate (TRNGDriver *trngp, size_t size, uint8_t *out) |
| True random numbers generator. More... | |
TRNG Driver code.
Definition in file hal_trng.c.