STM32F479xx 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 150 of file stm32f4xx_hal_rng.h.
#define RNG_FLAG_DRDY RNG_SR_DRDY |
Data ready
Definition at line 149 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber().
#define RNG_FLAG_SECS RNG_SR_SECS |
Seed error current status
Definition at line 151 of file stm32f4xx_hal_rng.h.