STM32F439xx HAL User Manual
Defines
HASH Interrupts definition
HASH Exported Constants

Defines

#define HASH_IT_DINI   HASH_IMR_DINIE
#define HASH_IT_DCI   HASH_IMR_DCIE

Define Documentation

#define HASH_IT_DCI   HASH_IMR_DCIE

Digest calculation complete

Definition at line 212 of file stm32f4xx_hal_hash.h.

Referenced by HAL_HASH_MD5_Start_IT(), HAL_HASH_SHA1_Start_IT(), HAL_HASHEx_SHA224_Start_IT(), and HAL_HASHEx_SHA256_Start_IT().

#define HASH_IT_DINI   HASH_IMR_DINIE

A new block can be entered into the input buffer (DIN)

Definition at line 211 of file stm32f4xx_hal_hash.h.

Referenced by HAL_HASH_MD5_Start_IT(), HAL_HASH_SHA1_Start_IT(), HAL_HASHEx_SHA224_Start_IT(), and HAL_HASHEx_SHA256_Start_IT().