STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_HASH_ERROR_NONE 0x00000000U |
#define | HAL_HASH_ERROR_IT 0x00000001U |
#define | HAL_HASH_ERROR_DMA 0x00000002U |
#define | HAL_HASH_ERROR_INVALID_CALLBACK 0x00000004U |
#define HAL_HASH_ERROR_DMA 0x00000002U |
DMA-based process error
Definition at line 256 of file stm32f4xx_hal_hash.h.
Referenced by HASH_DMAError().
#define HAL_HASH_ERROR_INVALID_CALLBACK 0x00000004U |
Invalid Callback error
Definition at line 258 of file stm32f4xx_hal_hash.h.
Referenced by HAL_HASH_RegisterCallback(), and HAL_HASH_UnRegisterCallback().
#define HAL_HASH_ERROR_IT 0x00000001U |
IT-based process error
Definition at line 255 of file stm32f4xx_hal_hash.h.
Referenced by HAL_HASH_IRQHandler().
#define HAL_HASH_ERROR_NONE 0x00000000U |
No error
Definition at line 254 of file stm32f4xx_hal_hash.h.
Referenced by HAL_HASH_DeInit(), and HAL_HASH_Init().