|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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 struct __CRYP_HandleTypeDef CRYP_HandleTypeDef |
#include <stm32f4xx_hal_cryp.h>
CRYP handle Structure definition.
#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.