I2C Error Code definition
+ Collaboration diagram for I2C Error Code definition:

Macros

#define HAL_I2C_ERROR_NONE   (0x00000000U)
 No error
More...
 
#define HAL_I2C_ERROR_ARB_LOST   (0x00000002U)
 Arbitration lost error
More...
 
#define HAL_I2C_ERROR_NOACK   (0x00000004U)
 No acknowledge error
More...
 
#define HAL_I2C_ERROR_OVER   (0x00000008U)
 RX_OVER error
More...
 
#define HAL_I2C_ERROR_DMA   (0x00000010U)
 DMA transfer error
More...
 
#define HAL_I2C_ERROR_TIMEOUT   (0x00000020U)
 Timeout error
More...
 

Detailed Description

Macro Definition Documentation

◆ HAL_I2C_ERROR_ARB_LOST

#define HAL_I2C_ERROR_ARB_LOST   (0x00000002U)

Arbitration lost error

Definition at line 274 of file gr55xx_hal_i2c.h.

◆ HAL_I2C_ERROR_DMA

#define HAL_I2C_ERROR_DMA   (0x00000010U)

DMA transfer error

Definition at line 277 of file gr55xx_hal_i2c.h.

◆ HAL_I2C_ERROR_NOACK

#define HAL_I2C_ERROR_NOACK   (0x00000004U)

No acknowledge error

Definition at line 275 of file gr55xx_hal_i2c.h.

◆ HAL_I2C_ERROR_NONE

#define HAL_I2C_ERROR_NONE   (0x00000000U)

No error

Definition at line 273 of file gr55xx_hal_i2c.h.

◆ HAL_I2C_ERROR_OVER

#define HAL_I2C_ERROR_OVER   (0x00000008U)

RX_OVER error

Definition at line 276 of file gr55xx_hal_i2c.h.

◆ HAL_I2C_ERROR_TIMEOUT

#define HAL_I2C_ERROR_TIMEOUT   (0x00000020U)

Timeout error

Definition at line 278 of file gr55xx_hal_i2c.h.