STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
HASH Digest Calculation Status
Collaboration diagram for HASH Digest Calculation Status:

Macros

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

Detailed Description

Macro Definition Documentation

◆ HASH_DIGEST_CALCULATION_NOT_STARTED

#define HASH_DIGEST_CALCULATION_NOT_STARTED   ((uint32_t)0x00000000U)

#include <stm32f4xx_hal_hash.c>

DCAL not set after input data written in DIN register

Definition at line 233 of file stm32f4xx_hal_hash.c.

Referenced by HASH_Write_Block_Data().

◆ HASH_DIGEST_CALCULATION_STARTED

#define HASH_DIGEST_CALCULATION_STARTED   ((uint32_t)0x00000001U)

#include <stm32f4xx_hal_hash.c>

DCAL set after input data written in DIN register

Definition at line 234 of file stm32f4xx_hal_hash.c.

Referenced by HASH_IT(), and HASH_Write_Block_Data().