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... | |
#define HAL_I2C_ERROR_ARB_LOST (0x00000002U) |
Arbitration lost error
Definition at line 274 of file gr55xx_hal_i2c.h.
#define HAL_I2C_ERROR_DMA (0x00000010U) |
DMA transfer error
Definition at line 277 of file gr55xx_hal_i2c.h.
#define HAL_I2C_ERROR_NOACK (0x00000004U) |
No acknowledge error
Definition at line 275 of file gr55xx_hal_i2c.h.
#define HAL_I2C_ERROR_NONE (0x00000000U) |
No error
Definition at line 273 of file gr55xx_hal_i2c.h.
#define HAL_I2C_ERROR_OVER (0x00000008U) |
RX_OVER error
Definition at line 276 of file gr55xx_hal_i2c.h.
#define HAL_I2C_ERROR_TIMEOUT (0x00000020U) |
Timeout error
Definition at line 278 of file gr55xx_hal_i2c.h.