STM32H735xx 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
#define HAL_RNG_ERROR_CLOCK   0x00000010U

Clock error

Definition at line 180 of file stm32h7xx_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 173 of file stm32h7xx_hal_rng.h.

Referenced by HAL_RNG_DeInit(), and HAL_RNG_Init().

#define HAL_RNG_ERROR_SEED   0x00000008U

Seed error

Definition at line 179 of file stm32h7xx_hal_rng.h.

Referenced by HAL_RNG_GenerateRandomNumber(), HAL_RNG_IRQHandler(), and RNG_RecoverSeedError().

#define HAL_RNG_ERROR_TIMEOUT   0x00000002U