STM32F479xx HAL User Manual
Defines
RNG Error Definition
RNG Exported Constants

Defines

#define HAL_RNG_ERROR_NONE   0x00000000U
#define HAL_RNG_ERROR_INVALID_CALLBACK   0x00000001U
#define HAL_RNG_ERROR_TIMEOUT   0x00000002U
#define HAL_RNG_ERROR_BUSY   0x00000004U
#define HAL_RNG_ERROR_SEED   0x00000008U
#define HAL_RNG_ERROR_CLOCK   0x00000010U

Define Documentation

#define HAL_RNG_ERROR_BUSY   0x00000004U

Busy error

Definition at line 164 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_GenerateRandomNumber(), and HAL_RNG_GenerateRandomNumber_IT().

#define HAL_RNG_ERROR_CLOCK   0x00000010U

Clock error

Definition at line 166 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define HAL_RNG_ERROR_INVALID_CALLBACK   0x00000001U
#define HAL_RNG_ERROR_NONE   0x00000000U

No error

Definition at line 159 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_DeInit(), and HAL_RNG_Init().

#define HAL_RNG_ERROR_SEED   0x00000008U

Seed error

Definition at line 165 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_IRQHandler().

#define HAL_RNG_ERROR_TIMEOUT   0x00000002U

Timeout error

Definition at line 163 of file stm32f4xx_hal_rng.h.

Referenced by HAL_RNG_GenerateRandomNumber().