HAL HASH Constants

HASH Error Definition

group HASH_Error_Definition

Defines

HAL_HASH_ERROR_NONE 0x00000000U

No error

HASH flags definitions

group HASH_flags_definition

Defines

HAL_HASH_FLAG_DINI HASH_SR_DINIS

Data input interrupt status

HAL_HASH_FLAG_DCI HASH_SR_DCIS

Digest calculation complete

HAL_HASH_FLAG_DMA HASH_SR_DMAS

DMA interface is enabled (DMAE=1) or a transfer is ongoing

HAL_HASH_FLAG_BUSY HASH_SR_BUSY

The hash core is Busy, processing a block of data

HAL_HASH_FLAG_DINNE HASH_SR_DINNE

Data input not empty

HASH interrupts definitions

group HASH_interrupts_definition

Defines

HAL_HASH_IT_DIN HASH_IMR_DINIE

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

HAL_HASH_IT_DC HASH_IMR_DCIE

Digest calculation complete