ChibiOS/HAL 9.0.0
hal_trng_driver Struct Reference

Structure representing a TRNG driver. More...

#include <hal_trng.h>

Collaboration diagram for hal_trng_driver:
Collaboration graph

Data Fields

trngstate_t state
 Driver state.
const TRNGConfigconfig
 Current configuration data.

Detailed Description

Structure representing a TRNG driver.

Definition at line 82 of file hal_trng.h.

Field Documentation

◆ state

trngstate_t hal_trng_driver::state

Driver state.

Definition at line 86 of file hal_trng.h.

Referenced by trng_lld_start(), trng_lld_stop(), trngGenerate(), trngObjectInit(), trngStart(), and trngStop().

◆ config

const TRNGConfig* hal_trng_driver::config

Current configuration data.

Definition at line 90 of file hal_trng.h.

Referenced by trngObjectInit(), trngStart(), and trngStop().