STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

SMBUS Error Code. More...

Collaboration diagram for SMBUS Error Code:

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
 

Detailed Description

SMBUS Error Code.

Macro Definition Documentation

◆ HAL_SMBUS_ERROR_NONE

◆ HAL_SMBUS_ERROR_BERR

#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().

◆ HAL_SMBUS_ERROR_ARLO

#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().

◆ HAL_SMBUS_ERROR_AF

#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().

◆ HAL_SMBUS_ERROR_OVR

#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().

◆ HAL_SMBUS_ERROR_TIMEOUT

#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().

◆ HAL_SMBUS_ERROR_ALERT

#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().

◆ HAL_SMBUS_ERROR_PECERR

#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().