STM32H735xx HAL User Manual
Defines
HASH Error Definition
HASH Exported Constants

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 Documentation

#define HAL_HASH_ERROR_DMA   0x00000002U

DMA-based process error

Definition at line 255 of file stm32h7xx_hal_hash.h.

Referenced by HASH_DMAError().

#define HAL_HASH_ERROR_INVALID_CALLBACK   0x00000004U

Invalid Callback error

Definition at line 257 of file stm32h7xx_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 254 of file stm32h7xx_hal_hash.h.

Referenced by HAL_HASH_IRQHandler().

#define HAL_HASH_ERROR_NONE   0x00000000U

No error

Definition at line 253 of file stm32h7xx_hal_hash.h.

Referenced by HAL_HASH_DeInit(), and HAL_HASH_Init().