ChibiOS/HAL  7.0.3
hal_trng.c File Reference

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...
 

Detailed Description

TRNG Driver code.

Definition in file hal_trng.c.