STM32L486xx HAL User Manual
Defines
RNG Flags 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 156 of file stm32l4xx_hal_rng.h.

#define RNG_FLAG_DRDY   RNG_SR_DRDY

Data ready

Definition at line 155 of file stm32l4xx_hal_rng.h.

Referenced by HAL_RNG_GenerateRandomNumber().

#define RNG_FLAG_SECS   RNG_SR_SECS

Seed error current status

Definition at line 157 of file stm32l4xx_hal_rng.h.