ChibiOS/HAL
7.0.3
|
Structure representing a TRNG driver. More...
#include <hal_trng.h>
Data Fields | |
trngstate_t | state |
Driver state. More... | |
const TRNGConfig * | config |
Current configuration data. More... | |
Structure representing a TRNG driver.
Definition at line 83 of file hal_trng.h.
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().