STM32F479xx 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 58 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_CEIS   RNG_SR_CEIS

Clock error interrupt status

Definition at line 60 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_DRDY   RNG_SR_DRDY

Register contains valid random data

Definition at line 57 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_SECS   RNG_SR_SECS

Seed error current status

Definition at line 59 of file stm32f4xx_ll_rng.h.

#define LL_RNG_SR_SEIS   RNG_SR_SEIS

Seed error interrupt status

Definition at line 61 of file stm32f4xx_ll_rng.h.