STM32H735xx HAL User Manual
|
Defines | |
#define | RNG_IT_DRDY RNG_SR_DRDY |
#define | RNG_IT_CEI RNG_SR_CEIS |
#define | RNG_IT_SEI RNG_SR_SEIS |
#define RNG_IT_CEI RNG_SR_CEIS |
Clock error interrupt
Definition at line 145 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().
#define RNG_IT_DRDY RNG_SR_DRDY |
Data Ready interrupt
Definition at line 144 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().
#define RNG_IT_SEI RNG_SR_SEIS |
Seed error interrupt
Definition at line 146 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber(), HAL_RNG_Init(), HAL_RNG_IRQHandler(), and RNG_RecoverSeedError().