STM32F439xx HAL User Manual
Defines
Get Flags Defines
RNG Exported Constants

Flags defines which can be used with LL_RNG_ReadReg function. More...

Defines

#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

Detailed Description

Flags defines which can be used with LL_RNG_ReadReg function.


Define Documentation

#define LL_RNG_SR_CECS   RNG_SR_CECS

Clock error current status

Definition at line 73 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_CEIS   RNG_SR_CEIS

Clock error interrupt status

Definition at line 75 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_DRDY   RNG_SR_DRDY

Register contains valid random data

Definition at line 72 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_SECS   RNG_SR_SECS

Seed error current status

Definition at line 74 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_SEIS   RNG_SR_SEIS

Seed error interrupt status

Definition at line 76 of file stm32f4xx_ll_rng.h.