STM32F479xx HAL User Manual
Data Structures | Typedefs | Enumerations
CRYP Exported Types
CRYP

Data Structures

struct  CRYP_ConfigTypeDef
 CRYP Init Structure definition. More...
struct  __CRYP_HandleTypeDef
 CRYP handle Structure definition. More...

Typedefs

typedef struct __CRYP_HandleTypeDef CRYP_HandleTypeDef
 CRYP handle Structure definition.

Enumerations

enum  HAL_CRYP_STATETypeDef { HAL_CRYP_STATE_RESET = 0x00U, HAL_CRYP_STATE_READY = 0x01U, HAL_CRYP_STATE_BUSY = 0x02U }
 CRYP State Structure definition. More...

Typedef Documentation

CRYP handle Structure definition.


Enumeration Type Documentation

CRYP State Structure definition.

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 BUSY, internal processing is ongoing

Definition at line 80 of file stm32f4xx_hal_cryp.h.