STM32F479xx HAL User Manual
|
Defines | |
#define | HASH_IT_DINI HASH_IMR_DINIE |
#define | HASH_IT_DCI HASH_IMR_DCIE |
#define HASH_IT_DCI HASH_IMR_DCIE |
Digest calculation complete
Definition at line 245 of file stm32f4xx_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 244 of file stm32f4xx_hal_hash.h.
Referenced by HAL_HASH_ContextSaving(), HASH_Accumulate_IT(), HASH_IT(), HASH_Start_IT(), HASH_Write_Block_Data(), and HMAC_Start_IT().