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

Enumerations

enum  HAL_CRYP_STATETypeDef {
  HAL_CRYP_STATE_RESET = 0x00U, HAL_CRYP_STATE_READY = 0x01U, HAL_CRYP_STATE_BUSY = 0x02U, HAL_CRYP_STATE_TIMEOUT = 0x03U,
  HAL_CRYP_STATE_ERROR = 0x04U
}

Enumeration Type Documentation

Enumerator:
HAL_CRYP_STATE_RESET 

CRYP not yet initialized or disabled

HAL_CRYP_STATE_READY 

CRYP initialized and ready for use

HAL_CRYP_STATE_BUSY 

CRYP internal processing is ongoing

HAL_CRYP_STATE_TIMEOUT 

CRYP timeout state

HAL_CRYP_STATE_ERROR 

CRYP error state

Definition at line 106 of file stm32f4xx_hal_cryp.h.