STM32L443xx 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 149 of file stm32l4xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().
#define RNG_IT_DRDY RNG_SR_DRDY |
Data Ready interrupt
Definition at line 148 of file stm32l4xx_hal_rng.h.
Referenced by HAL_RNG_IRQHandler().
#define RNG_IT_SEI RNG_SR_SEIS |
Seed error interrupt
Definition at line 150 of file stm32l4xx_hal_rng.h.
Referenced by HAL_RNG_Init(), and HAL_RNG_IRQHandler().