STM32F479xx HAL User Manual
|
SMBUS Error Code. More...
Defines | |
#define | HAL_SMBUS_ERROR_NONE 0x00000000U |
#define | HAL_SMBUS_ERROR_BERR 0x00000001U |
#define | HAL_SMBUS_ERROR_ARLO 0x00000002U |
#define | HAL_SMBUS_ERROR_AF 0x00000004U |
#define | HAL_SMBUS_ERROR_OVR 0x00000008U |
#define | HAL_SMBUS_ERROR_TIMEOUT 0x00000010U |
#define | HAL_SMBUS_ERROR_ALERT 0x00000020U |
#define | HAL_SMBUS_ERROR_PECERR 0x00000040U |
#define | HAL_SMBUS_ERROR_INVALID_CALLBACK 0x00000080U |
SMBUS Error Code.
#define HAL_SMBUS_ERROR_AF 0x00000004U |
AF error
Definition at line 243 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler(), and SMBUS_ITError().
#define HAL_SMBUS_ERROR_ALERT 0x00000020U |
Alert error
Definition at line 246 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_ARLO 0x00000002U |
ARLO error
Definition at line 242 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_BERR 0x00000001U |
BERR error
Definition at line 241 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_INVALID_CALLBACK 0x00000080U |
Invalid Callback error
Definition at line 249 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_RegisterAddrCallback(), HAL_SMBUS_RegisterCallback(), HAL_SMBUS_UnRegisterAddrCallback(), and HAL_SMBUS_UnRegisterCallback().
#define HAL_SMBUS_ERROR_NONE 0x00000000U |
No error
Definition at line 240 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_DeInit(), HAL_SMBUS_ER_IRQHandler(), HAL_SMBUS_Init(), HAL_SMBUS_IsDeviceReady(), HAL_SMBUS_Master_Abort_IT(), HAL_SMBUS_Master_Receive_IT(), HAL_SMBUS_Master_Transmit_IT(), HAL_SMBUS_Slave_Receive_IT(), HAL_SMBUS_Slave_Transmit_IT(), SMBUS_ITError(), and SMBUS_Slave_STOPF().
#define HAL_SMBUS_ERROR_OVR 0x00000008U |
OVR error
Definition at line 244 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_PECERR 0x00000040U |
PEC error
Definition at line 247 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_TIMEOUT 0x00000010U |
Timeout Error
Definition at line 245 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().