STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
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_AF

#define HAL_SMBUS_ERROR_AF   0x00000004U

AF error

Definition at line 242 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_ALERT

#define HAL_SMBUS_ERROR_ALERT   0x00000020U

Alert error

Definition at line 245 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_ARLO

#define HAL_SMBUS_ERROR_ARLO   0x00000002U

ARLO error

Definition at line 241 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_BERR

#define HAL_SMBUS_ERROR_BERR   0x00000001U

BERR error

Definition at line 240 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_NONE

#define HAL_SMBUS_ERROR_NONE   0x00000000U

No error

Definition at line 239 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_OVR

#define HAL_SMBUS_ERROR_OVR   0x00000008U

OVR error

Definition at line 243 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_PECERR

#define HAL_SMBUS_ERROR_PECERR   0x00000040U

PEC error

Definition at line 246 of file stm32f4xx_hal_smbus.h.

◆ HAL_SMBUS_ERROR_TIMEOUT

#define HAL_SMBUS_ERROR_TIMEOUT   0x00000010U

Timeout Error

Definition at line 244 of file stm32f4xx_hal_smbus.h.