ChibiOS/HAL  7.0.3
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. More...
 
const TRNGConfigconfig
 Current configuration data. More...
 

Detailed Description

Structure representing a TRNG driver.

Definition at line 83 of file hal_trng.h.

Field Documentation

trngstate_t hal_trng_driver::state

Driver state.

Definition at line 87 of file hal_trng.h.

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

const TRNGConfig* hal_trng_driver::config

Current configuration data.

Definition at line 91 of file hal_trng.h.

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