__HAL_HASH_ENABLE_IT macro
Enable the specified HASH interrupt.
Syntax
#define __HAL_HASH_ENABLE_IT(__INTERRUPT__) SET_BIT(HASH->IMR, (__INTERRUPT__)) Arguments
__INTERRUPT__
specifies the HASH interrupt source to enable. This parameter can be one of the following values: @arg
HASH_IT_DINI
A new block can be entered into the input buffer (DIN) @arg
HASH_IT_DCI
Digest calculation complete
Return value
None