ChibiOS/HAL  7.0.3
hal_trng_lld.c File Reference

PLATFORM TRNG subsystem low level driver source. More...

#include "hal.h"

Go to the source code of this file.

Functions

void trng_lld_init (void)
 Low level TRNG driver initialization. More...
 
void trng_lld_start (TRNGDriver *trngp)
 Configures and activates the TRNG peripheral. More...
 
void trng_lld_stop (TRNGDriver *trngp)
 Deactivates the TRNG peripheral. More...
 
bool trng_lld_generate (TRNGDriver *trngp, size_t size, uint8_t *out)
 True random numbers generator. More...
 

Variables

TRNGDriver TRNGD1
 TRNGD1 driver identifier. More...
 

Detailed Description

PLATFORM TRNG subsystem low level driver source.

Definition in file hal_trng_lld.c.