STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
SMBUS Error Code. More...
Macros | |
#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 |
SMBUS Error Code.
#define HAL_SMBUS_ERROR_NONE 0x00000000U |
#include <stm32f4xx_hal_smbus.h>
No error
Definition at line 239 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_BERR 0x00000001U |
#include <stm32f4xx_hal_smbus.h>
BERR error
Definition at line 240 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_ARLO 0x00000002U |
#include <stm32f4xx_hal_smbus.h>
ARLO error
Definition at line 241 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_AF 0x00000004U |
#include <stm32f4xx_hal_smbus.h>
AF error
Definition at line 242 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler(), and SMBUS_ITError().
#define HAL_SMBUS_ERROR_OVR 0x00000008U |
#include <stm32f4xx_hal_smbus.h>
OVR error
Definition at line 243 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_TIMEOUT 0x00000010U |
#include <stm32f4xx_hal_smbus.h>
Timeout Error
Definition at line 244 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_ALERT 0x00000020U |
#include <stm32f4xx_hal_smbus.h>
Alert error
Definition at line 245 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().
#define HAL_SMBUS_ERROR_PECERR 0x00000040U |
#include <stm32f4xx_hal_smbus.h>
PEC error
Definition at line 246 of file stm32f4xx_hal_smbus.h.
Referenced by HAL_SMBUS_ER_IRQHandler().