|
STM CMSIS
|
I2C Error Code. 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) |
I2C Error Code.
| #define HAL_I2C_ERROR_AF ((uint32_t)0x00000004U) |
AF error
| #define HAL_I2C_ERROR_ARLO ((uint32_t)0x00000002U) |
ARLO error
| #define HAL_I2C_ERROR_BERR ((uint32_t)0x00000001U) |
BERR error
| #define HAL_I2C_ERROR_DMA ((uint32_t)0x00000010U) |
DMA transfer error
| #define HAL_I2C_ERROR_NONE ((uint32_t)0x00000000U) |
No error
| #define HAL_I2C_ERROR_OVR ((uint32_t)0x00000008U) |
OVR error
| #define HAL_I2C_ERROR_TIMEOUT ((uint32_t)0x00000020U) |
Timeout Error