STM32L443xx HAL User Manual
|
Defines | |
#define | RNG_FLAG_DRDY RNG_SR_DRDY |
#define | RNG_FLAG_CECS RNG_SR_CECS |
#define | RNG_FLAG_SECS RNG_SR_SECS |
#define RNG_FLAG_CECS RNG_SR_CECS |
Clock error current status
Definition at line 159 of file stm32l4xx_hal_rng.h.
#define RNG_FLAG_DRDY RNG_SR_DRDY |
Data ready
Definition at line 158 of file stm32l4xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber().
#define RNG_FLAG_SECS RNG_SR_SECS |
Seed error current status
Definition at line 160 of file stm32l4xx_hal_rng.h.
Referenced by HAL_RNG_Init().