|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for CRC Exported Types:Data Structures | |
| struct | CRC_HandleTypeDef |
| CRC Handle Structure definition. More... | |
Enumerations | |
| enum | HAL_CRC_StateTypeDef { HAL_CRC_STATE_RESET = 0x00U , HAL_CRC_STATE_READY = 0x01U , HAL_CRC_STATE_BUSY = 0x02U , HAL_CRC_STATE_TIMEOUT = 0x03U , HAL_CRC_STATE_ERROR = 0x04U } |
| CRC HAL State Structure definition. More... | |
| struct CRC_HandleTypeDef |
CRC Handle Structure definition.
Definition at line 59 of file stm32f4xx_hal_crc.h.
| Data Fields | ||
|---|---|---|
| CRC_TypeDef * | Instance |
Register base address |
| HAL_LockTypeDef | Lock |
CRC Locking object |
| __IO HAL_CRC_StateTypeDef | State |
CRC communication state |
| enum HAL_CRC_StateTypeDef |
CRC HAL State Structure definition.
Definition at line 46 of file stm32f4xx_hal_crc.h.