STM32L443xx HAL User Manual
|
Flags defines which can be used with LL_RNG_ReadReg function. More...
Defines | |
#define | LL_RNG_SR_DRDY RNG_SR_DRDY |
#define | LL_RNG_SR_CECS RNG_SR_CECS |
#define | LL_RNG_SR_SECS RNG_SR_SECS |
#define | LL_RNG_SR_CEIS RNG_SR_CEIS |
#define | LL_RNG_SR_SEIS RNG_SR_SEIS |
Flags defines which can be used with LL_RNG_ReadReg function.
#define LL_RNG_SR_CECS RNG_SR_CECS |
Clock error current status
Definition at line 140 of file stm32l4xx_ll_rng.h.
#define LL_RNG_SR_CEIS RNG_SR_CEIS |
Clock error interrupt status
Definition at line 142 of file stm32l4xx_ll_rng.h.
#define LL_RNG_SR_DRDY RNG_SR_DRDY |
Register contains valid random data
Definition at line 139 of file stm32l4xx_ll_rng.h.
#define LL_RNG_SR_SECS RNG_SR_SECS |
Seed error current status
Definition at line 141 of file stm32l4xx_ll_rng.h.
#define LL_RNG_SR_SEIS RNG_SR_SEIS |
Seed error interrupt status
Definition at line 143 of file stm32l4xx_ll_rng.h.