STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | HASH_DIGEST_CALCULATION_NOT_STARTED ((uint32_t)0x00000000U) |
#define | HASH_DIGEST_CALCULATION_STARTED ((uint32_t)0x00000001U) |
#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().
#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().