STM32F4xx_HAL_Driver  1.8.3
CRC Exported Types
+ 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...
 

Detailed Description


Data Structure Documentation

◆ CRC_HandleTypeDef

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

Enumeration Type Documentation

◆ HAL_CRC_StateTypeDef

CRC HAL State Structure definition.

Enumerator
HAL_CRC_STATE_RESET 

CRC not yet initialized or disabled

HAL_CRC_STATE_READY 

CRC initialized and ready for use

HAL_CRC_STATE_BUSY 

CRC internal process is ongoing

HAL_CRC_STATE_TIMEOUT 

CRC timeout state

HAL_CRC_STATE_ERROR 

CRC error state

Definition at line 46 of file stm32f4xx_hal_crc.h.