STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
CRC Exported Types
Collaboration diagram for CRC Exported Types:

Classes

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

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.