STM32F439xx HAL User Manual
Defines
RNG Flag definition
RNG Exported Constants

Defines

#define RNG_FLAG_DRDY   RNG_SR_DRDY
#define RNG_FLAG_CECS   RNG_SR_CECS
#define RNG_FLAG_SECS   RNG_SR_SECS

Define Documentation

#define RNG_FLAG_CECS   RNG_SR_CECS

Clock error current status

Definition at line 128 of file stm32f4xx_hal_rng.h.

#define RNG_FLAG_DRDY   RNG_SR_DRDY

Data ready

Definition at line 127 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_GenerateRandomNumber().

#define RNG_FLAG_SECS   RNG_SR_SECS

Seed error current status

Definition at line 129 of file stm32f4xx_hal_rng.h.