STM32H735xx HAL User Manual
Defines
HASH Digest Calculation Status
HASH Private Constants

Defines

#define HASH_DIGEST_CALCULATION_NOT_STARTED   ((uint32_t)0x00000000U)
#define HASH_DIGEST_CALCULATION_STARTED   ((uint32_t)0x00000001U)

Define Documentation

#define HASH_DIGEST_CALCULATION_NOT_STARTED   ((uint32_t)0x00000000U)

DCAL not set after input data written in DIN register

Definition at line 233 of file stm32h7xx_hal_hash.c.

Referenced by HASH_Write_Block_Data().

#define HASH_DIGEST_CALCULATION_STARTED   ((uint32_t)0x00000001U)

DCAL set after input data written in DIN register

Definition at line 234 of file stm32h7xx_hal_hash.c.

Referenced by HASH_IT(), and HASH_Write_Block_Data().