STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for SMBUS Flag definition:

Macros

#define SMBUS_FLAG_SMBALERT   0x00018000U
#define SMBUS_FLAG_TIMEOUT   0x00014000U
#define SMBUS_FLAG_PECERR   0x00011000U
#define SMBUS_FLAG_OVR   0x00010800U
#define SMBUS_FLAG_AF   0x00010400U
#define SMBUS_FLAG_ARLO   0x00010200U
#define SMBUS_FLAG_BERR   0x00010100U
#define SMBUS_FLAG_TXE   0x00010080U
#define SMBUS_FLAG_RXNE   0x00010040U
#define SMBUS_FLAG_STOPF   0x00010010U
#define SMBUS_FLAG_ADD10   0x00010008U
#define SMBUS_FLAG_BTF   0x00010004U
#define SMBUS_FLAG_ADDR   0x00010002U
#define SMBUS_FLAG_SB   0x00010001U
#define SMBUS_FLAG_DUALF   0x00100080U
#define SMBUS_FLAG_SMBHOST   0x00100040U
#define SMBUS_FLAG_SMBDEFAULT   0x00100020U
#define SMBUS_FLAG_GENCALL   0x00100010U
#define SMBUS_FLAG_TRA   0x00100004U
#define SMBUS_FLAG_BUSY   0x00100002U
#define SMBUS_FLAG_MSL   0x00100001U

Detailed Description

Macro Definition Documentation

◆ SMBUS_FLAG_ADD10

#define SMBUS_FLAG_ADD10   0x00010008U

Definition at line 364 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_ADDR

#define SMBUS_FLAG_ADDR   0x00010002U

Definition at line 366 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_AF

#define SMBUS_FLAG_AF   0x00010400U

Definition at line 358 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_ARLO

#define SMBUS_FLAG_ARLO   0x00010200U

Definition at line 359 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_BERR

#define SMBUS_FLAG_BERR   0x00010100U

Definition at line 360 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_BTF

#define SMBUS_FLAG_BTF   0x00010004U

Definition at line 365 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_BUSY

#define SMBUS_FLAG_BUSY   0x00100002U

Definition at line 373 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_DUALF

#define SMBUS_FLAG_DUALF   0x00100080U

Definition at line 368 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_GENCALL

#define SMBUS_FLAG_GENCALL   0x00100010U

Definition at line 371 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_MSL

#define SMBUS_FLAG_MSL   0x00100001U

Definition at line 374 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_OVR

#define SMBUS_FLAG_OVR   0x00010800U

Definition at line 357 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_PECERR

#define SMBUS_FLAG_PECERR   0x00011000U

Definition at line 356 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_RXNE

#define SMBUS_FLAG_RXNE   0x00010040U

Definition at line 362 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SB

#define SMBUS_FLAG_SB   0x00010001U

Definition at line 367 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBALERT

#define SMBUS_FLAG_SMBALERT   0x00018000U

Definition at line 354 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBDEFAULT

#define SMBUS_FLAG_SMBDEFAULT   0x00100020U

Definition at line 370 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBHOST

#define SMBUS_FLAG_SMBHOST   0x00100040U

Definition at line 369 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_STOPF

#define SMBUS_FLAG_STOPF   0x00010010U

Definition at line 363 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TIMEOUT

#define SMBUS_FLAG_TIMEOUT   0x00014000U

Definition at line 355 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TRA

#define SMBUS_FLAG_TRA   0x00100004U

Definition at line 372 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TXE

#define SMBUS_FLAG_TXE   0x00010080U

Definition at line 361 of file stm32f4xx_hal_smbus.h.