STM32G474xx HAL 用户手册
定义
获取标志定义
RNG 导出常量

可与 LL_RNG_ReadReg 函数一起使用的标志定义。 更多...

定义

#define LL_RNG_SR_DRDY   RNG_SR_DRDY
#define LL_RNG_SR_CECS   RNG_SR_CECS
#define LL_RNG_SR_SECS   RNG_SR_SECS
#define LL_RNG_SR_CEIS   RNG_SR_CEIS
#define LL_RNG_SR_SEIS   RNG_SR_SEIS

详细描述

可与 LL_RNG_ReadReg 函数一起使用的标志定义。


定义文档

#define LL_RNG_SR_CECS   RNG_SR_CECS

时钟错误当前状态

定义于文件 stm32g4xx_ll_rng.h 的第 87 行。

#define LL_RNG_SR_CEIS   RNG_SR_CEIS

时钟错误中断状态

定义于文件 stm32g4xx_ll_rng.h 的第 89 行。

#define LL_RNG_SR_DRDY   RNG_SR_DRDY

寄存器包含有效的随机数据

定义于文件 stm32g4xx_ll_rng.h 的第 86 行。

#define LL_RNG_SR_SECS   RNG_SR_SECS

种子错误当前状态

定义于文件 stm32g4xx_ll_rng.h 的第 88 行。

#define LL_RNG_SR_SEIS   RNG_SR_SEIS

种子错误中断状态

定义于文件 stm32g4xx_ll_rng.h 的第 90 行。