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

Detailed Description

TRNG Driver code.

Definition in file hal_trng.c.