|
STM32H735xx 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 155 of file stm32h7xx_hal_rng.h.
| #define RNG_FLAG_DRDY RNG_SR_DRDY |
Data ready
Definition at line 154 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber().
| #define RNG_FLAG_SECS RNG_SR_SECS |
Seed error current status
Definition at line 156 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_Init(), HAL_RNG_IRQHandler(), and RNG_RecoverSeedError().
1.7.6.1