ChibiOS/HAL 9.0.0
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.
void trng_lld_start (TRNGDriver *trngp)
 Configures and activates the TRNG peripheral.
void trng_lld_stop (TRNGDriver *trngp)
 Deactivates the TRNG peripheral.
bool trng_lld_generate (TRNGDriver *trngp, size_t size, uint8_t *out)
 True random numbers generator.

Variables

TRNGDriver TRNGD1
 TRNGD1 driver identifier.

Detailed Description

PLATFORM TRNG subsystem low level driver source.

Definition in file hal_trng_lld.c.