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