STM32F479xx 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 140 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().
#define RNG_IT_DRDY RNG_SR_DRDY |
Data Ready interrupt
Definition at line 139 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().
#define RNG_IT_SEI RNG_SR_SEIS |
Seed error interrupt
Definition at line 141 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().