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

Enumerations

enum  HAL_PhaseTypeDef { HAL_CRYP_PHASE_READY = 0x01U, HAL_CRYP_PHASE_PROCESS = 0x02U, HAL_CRYP_PHASE_FINAL = 0x03U }

Enumeration Type Documentation

Enumerator:
HAL_CRYP_PHASE_READY 

CRYP peripheral is ready for initialization.

HAL_CRYP_PHASE_PROCESS 

CRYP peripheral is in processing phase

HAL_CRYP_PHASE_FINAL 

CRYP peripheral is in final phase This is relevant only with CCM and GCM modes

Definition at line 124 of file stm32f4xx_hal_cryp.h.