STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
FMPSMBUS Error Code definition. More...
Macros | |
#define | HAL_FMPSMBUS_ERROR_NONE (0x00000000U) |
#define | HAL_FMPSMBUS_ERROR_BERR (0x00000001U) |
#define | HAL_FMPSMBUS_ERROR_ARLO (0x00000002U) |
#define | HAL_FMPSMBUS_ERROR_ACKF (0x00000004U) |
#define | HAL_FMPSMBUS_ERROR_OVR (0x00000008U) |
#define | HAL_FMPSMBUS_ERROR_HALTIMEOUT (0x00000010U) |
#define | HAL_FMPSMBUS_ERROR_BUSTIMEOUT (0x00000020U) |
#define | HAL_FMPSMBUS_ERROR_ALERT (0x00000040U) |
#define | HAL_FMPSMBUS_ERROR_PECERR (0x00000080U) |
#define | HAL_FMPSMBUS_ERROR_INVALID_PARAM (0x00000200U) |
FMPSMBUS Error Code definition.
#define HAL_FMPSMBUS_ERROR_NONE (0x00000000U) |
#include <stm32f4xx_hal_fmpsmbus.h>
No error
Definition at line 113 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler(), HAL_FMPSMBUS_DeInit(), HAL_FMPSMBUS_Init(), HAL_FMPSMBUS_IsDeviceReady(), HAL_FMPSMBUS_Master_Abort_IT(), HAL_FMPSMBUS_Master_Receive_IT(), HAL_FMPSMBUS_Master_Transmit_IT(), HAL_FMPSMBUS_Slave_Receive_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().
#define HAL_FMPSMBUS_ERROR_BERR (0x00000001U) |
#include <stm32f4xx_hal_fmpsmbus.h>
BERR error
Definition at line 114 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler().
#define HAL_FMPSMBUS_ERROR_ARLO (0x00000002U) |
#include <stm32f4xx_hal_fmpsmbus.h>
ARLO error
Definition at line 115 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler().
#define HAL_FMPSMBUS_ERROR_ACKF (0x00000004U) |
#include <stm32f4xx_hal_fmpsmbus.h>
ACKF error
Definition at line 116 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler(), FMPSMBUS_Master_ISR(), and FMPSMBUS_Slave_ISR().
#define HAL_FMPSMBUS_ERROR_OVR (0x00000008U) |
#include <stm32f4xx_hal_fmpsmbus.h>
OVR error
Definition at line 117 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler().
#define HAL_FMPSMBUS_ERROR_HALTIMEOUT (0x00000010U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Timeout error
Definition at line 118 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_WaitOnFlagUntilTimeout(), and HAL_FMPSMBUS_IsDeviceReady().
#define HAL_FMPSMBUS_ERROR_BUSTIMEOUT (0x00000020U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Bus Timeout error
Definition at line 119 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler().
#define HAL_FMPSMBUS_ERROR_ALERT (0x00000040U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Alert error
Definition at line 120 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler().
#define HAL_FMPSMBUS_ERROR_PECERR (0x00000080U) |
#include <stm32f4xx_hal_fmpsmbus.h>
PEC error
Definition at line 121 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler().
#define HAL_FMPSMBUS_ERROR_INVALID_PARAM (0x00000200U) |
#include <stm32f4xx_hal_fmpsmbus.h>
Invalid Parameters error
Definition at line 125 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by HAL_FMPSMBUS_Slave_Receive_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().