STM32F439xx HAL User Manual
Defines
RNG Interrupt definition
RNG Exported Constants

Defines

#define RNG_IT_DRDY   RNG_SR_DRDY
#define RNG_IT_CEI   RNG_SR_CEIS
#define RNG_IT_SEI   RNG_SR_SEIS

Define Documentation

#define RNG_IT_CEI   RNG_SR_CEIS

Clock error interrupt

Definition at line 118 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define RNG_IT_DRDY   RNG_SR_DRDY

Data Ready interrupt

Definition at line 117 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define RNG_IT_SEI   RNG_SR_SEIS

Seed error interrupt

Definition at line 119 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().