STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
I2C Error Code definition

I2C Error Code definition. More...

Macros

#define HAL_I2C_ERROR_NONE   ((uint32_t)0x00000000U)
 
#define HAL_I2C_ERROR_BERR   ((uint32_t)0x00000001U)
 
#define HAL_I2C_ERROR_ARLO   ((uint32_t)0x00000002U)
 
#define HAL_I2C_ERROR_AF   ((uint32_t)0x00000004U)
 
#define HAL_I2C_ERROR_OVR   ((uint32_t)0x00000008U)
 
#define HAL_I2C_ERROR_DMA   ((uint32_t)0x00000010U)
 
#define HAL_I2C_ERROR_TIMEOUT   ((uint32_t)0x00000020U)
 
#define HAL_I2C_ERROR_SIZE   ((uint32_t)0x00000040U)
 
#define HAL_I2C_ERROR_ABORT   ((uint32_t)0x00000080U)
 

Detailed Description

I2C Error Code definition.

Macro Definition Documentation

#define HAL_I2C_ERROR_ABORT   ((uint32_t)0x00000080U)

Abort user request

Definition at line 192 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_AF   ((uint32_t)0x00000004U)

ACKF error

Definition at line 187 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_ARLO   ((uint32_t)0x00000002U)

ARLO error

Definition at line 186 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_BERR   ((uint32_t)0x00000001U)

BERR error

Definition at line 185 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_DMA   ((uint32_t)0x00000010U)

DMA transfer error

Definition at line 189 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 184 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_OVR   ((uint32_t)0x00000008U)

OVR error

Definition at line 188 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_SIZE   ((uint32_t)0x00000040U)

Size Management error

Definition at line 191 of file stm32f7xx_hal_i2c.h.

#define HAL_I2C_ERROR_TIMEOUT   ((uint32_t)0x00000020U)

Timeout error

Definition at line 190 of file stm32f7xx_hal_i2c.h.