STM32H735xx HAL User Manual
Defines
HASH interrupts definitions
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 244 of file stm32h7xx_hal_hash.h.

Referenced by HAL_HASH_ContextSaving(), HASH_IT(), HASH_Start_IT(), and HMAC_Start_IT().

#define HASH_IT_DINI   HASH_IMR_DINIE

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

Definition at line 243 of file stm32h7xx_hal_hash.h.

Referenced by HAL_HASH_ContextSaving(), HASH_Accumulate_IT(), HASH_IT(), HASH_Start_IT(), HASH_Write_Block_Data(), and HMAC_Start_IT().