STM32G474xx HAL用户手册
宏定义
RNG中断定义
RNG导出常量

宏定义

#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

时钟错误中断

Definition at line 145 of file stm32g4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define RNG_IT_DRDY   RNG_SR_DRDY

数据就绪中断

Definition at line 144 of file stm32g4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define RNG_IT_SEI   RNG_SR_SEIS

种子错误中断

Definition at line 146 of file stm32g4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().