STM32F439xx HAL User Manual
Enumerations
HASH phase structures definition
HASH Exported Types

Enumerations

enum  HAL_HASH_PhaseTypeDef { HAL_HASH_PHASE_READY = 0x01U, HAL_HASH_PHASE_PROCESS = 0x02U }

Enumeration Type Documentation

Enumerator:
HAL_HASH_PHASE_READY 

HASH peripheral is ready for initialization

HAL_HASH_PHASE_PROCESS 

HASH peripheral is in processing phase

Definition at line 102 of file stm32f4xx_hal_hash.h.