__HAL_HASH_DISABLE_IT macro
Disable the specified HASH interrupt.
Syntax
#define __HAL_HASH_DISABLE_IT(__INTERRUPT__) CLEAR_BIT(HASH->IMR, (__INTERRUPT__)) Arguments
__INTERRUPT__
specifies the HASH interrupt source to disable. 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