ChibiOS/HAL 9.0.0
|
Structure representing a TRNG driver. More...
#include <hal_trng.h>
Data Fields | |
trngstate_t | state |
Driver state. | |
const TRNGConfig * | config |
Current configuration data. |
Structure representing a TRNG driver.
Definition at line 82 of file hal_trng.h.
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().
const TRNGConfig* hal_trng_driver::config |
Current configuration data.
Definition at line 90 of file hal_trng.h.
Referenced by trngObjectInit(), trngStart(), and trngStop().