Prusa MINI Firmware overview
|
I2C Error Code. More...
Macros | |
#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 |
I2C Error Code.
#define HAL_I2C_ERROR_NONE 0x00000000U |
No error
#define HAL_I2C_ERROR_BERR 0x00000001U |
BERR error
#define HAL_I2C_ERROR_ARLO 0x00000002U |
ARLO error
#define HAL_I2C_ERROR_AF 0x00000004U |
AF error
#define HAL_I2C_ERROR_OVR 0x00000008U |
OVR error
#define HAL_I2C_ERROR_DMA 0x00000010U |
DMA transfer error
#define HAL_I2C_ERROR_TIMEOUT 0x00000020U |
Timeout Error