STM32H735xx HAL User Manual
|
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 HAL_RNG_ERROR_BUSY 0x00000004U |
Busy error
Definition at line 178 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber(), HAL_RNG_GenerateRandomNumber_IT(), HAL_RNGEx_GetConfig(), HAL_RNGEx_LockConfig(), HAL_RNGEx_RecoverSeedError(), and HAL_RNGEx_SetConfig().
#define HAL_RNG_ERROR_CLOCK 0x00000010U |
#define HAL_RNG_ERROR_INVALID_CALLBACK 0x00000001U |
Invalid Callback error
Definition at line 175 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_RegisterCallback(), HAL_RNG_RegisterReadyDataCallback(), HAL_RNG_UnRegisterCallback(), and HAL_RNG_UnRegisterReadyDataCallback().
#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 |
Timeout error
Definition at line 177 of file stm32h7xx_hal_rng.h.
Referenced by HAL_RNG_DeInit(), HAL_RNG_GenerateRandomNumber(), HAL_RNG_Init(), HAL_RNGEx_SetConfig(), and RNG_RecoverSeedError().