STM32L486xx HAL User Manual
Defines
RNG Interrupts 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 146 of file stm32l4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define RNG_IT_DRDY   RNG_SR_DRDY

Data Ready interrupt

Definition at line 145 of file stm32l4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define RNG_IT_SEI   RNG_SR_SEIS

Seed error interrupt

Definition at line 147 of file stm32l4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().