STM32F439xx HAL User Manual
Defines
I2C Error Code
I2C Exported Constants

I2C Error Code. More...

Defines

#define HAL_I2C_ERROR_NONE   0x00000000U
#define HAL_I2C_ERROR_BERR   0x00000001U
#define HAL_I2C_ERROR_ARLO   0x00000002U
#define HAL_I2C_ERROR_AF   0x00000004U
#define HAL_I2C_ERROR_OVR   0x00000008U
#define HAL_I2C_ERROR_DMA   0x00000010U
#define HAL_I2C_ERROR_TIMEOUT   0x00000020U

Detailed Description

I2C Error Code.


Define Documentation

#define HAL_I2C_ERROR_AF   0x00000004U
#define HAL_I2C_ERROR_ARLO   0x00000002U

ARLO error

Definition at line 218 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_ER_IRQHandler().

#define HAL_I2C_ERROR_BERR   0x00000001U

BERR error

Definition at line 217 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_ER_IRQHandler().

#define HAL_I2C_ERROR_DMA   0x00000010U

DMA transfer error

Definition at line 221 of file stm32f4xx_hal_i2c.h.

Referenced by I2C_DMAError().

#define HAL_I2C_ERROR_NONE   0x00000000U
#define HAL_I2C_ERROR_OVR   0x00000008U

OVR error

Definition at line 220 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_ER_IRQHandler().

#define HAL_I2C_ERROR_TIMEOUT   0x00000020U