STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
HASH interrupts definitions
Collaboration diagram for HASH interrupts definitions:

Macros

#define HASH_IT_DINI   HASH_IMR_DINIE
 
#define HASH_IT_DCI   HASH_IMR_DCIE
 

Detailed Description

Macro Definition Documentation

◆ HASH_IT_DINI

#define HASH_IT_DINI   HASH_IMR_DINIE

#include <stm32f4xx_hal_hash.h>

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

Definition at line 243 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().

◆ HASH_IT_DCI

#define HASH_IT_DCI   HASH_IMR_DCIE

#include <stm32f4xx_hal_hash.h>

Digest calculation complete

Definition at line 244 of file stm32f4xx_hal_hash.h.

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