STM32H735xx HAL User Manual
|
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 |
CRYP handle Structure definition.
CRYP State Structure definition.
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 78 of file stm32h7xx_hal_cryp.h.