STM32F479xx 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 164 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber(), and HAL_RNG_GenerateRandomNumber_IT().
#define HAL_RNG_ERROR_CLOCK 0x00000010U |
#define HAL_RNG_ERROR_INVALID_CALLBACK 0x00000001U |
Invalid Callback error
Definition at line 161 of file stm32f4xx_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 159 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_DeInit(), and HAL_RNG_Init().
#define HAL_RNG_ERROR_SEED 0x00000008U |
#define HAL_RNG_ERROR_TIMEOUT 0x00000002U |
Timeout error
Definition at line 163 of file stm32f4xx_hal_rng.h.
Referenced by HAL_RNG_GenerateRandomNumber().