STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
CRYP Exported Types
Collaboration diagram for CRYP Exported Types:

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...
 

Detailed Description

Typedef Documentation

◆ CRYP_HandleTypeDef

#include <stm32f4xx_hal_cryp.h>

CRYP handle Structure definition.

Enumeration Type Documentation

◆ HAL_CRYP_STATETypeDef

#include <stm32f4xx_hal_cryp.h>

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 79 of file stm32f4xx_hal_cryp.h.