![]() |
![]() |
|
MSPM0L122X_L222X Driver Library
2.05.01.00
|
Configuration structure to backup TRNG peripheral state before going to STOP/STANDBY mode. Used by DL_TRNG_saveConfiguration. More...
#include <dl_trng.h>
Data Fields | |
| uint32_t | controlWord |
| uint32_t | clockDivider |
| uint32_t | interruptMask |
| bool | backupRdy |
Configuration structure to backup TRNG peripheral state before going to STOP/STANDBY mode. Used by DL_TRNG_saveConfiguration.
| uint32_t DL_TRNG_backupConfig::controlWord |
TRNG control word. Combination of DL_TRNG_DECIMATION_RATE and DL_TRNG_CMD
| uint32_t DL_TRNG_backupConfig::clockDivider |
TRNG clock divider. Must be one of DL_TRNG_CLOCK_DIVIDE
| uint32_t DL_TRNG_backupConfig::interruptMask |
TRNG interrupt status. Must be one of DL_TRNG_IIDX
| bool DL_TRNG_backupConfig::backupRdy |
Boolean flag indicating whether or not a valid configuration structure exists. Should not be modified by the user.