STM32F479xx HAL User Manual
Defines
SMBUS Flag definition
SMBUS Exported Constants

Defines

#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

Define Documentation

#define SMBUS_FLAG_ADD10   0x00010008U

Definition at line 365 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler().

#define SMBUS_FLAG_ADDR   0x00010002U

Definition at line 367 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and HAL_SMBUS_IsDeviceReady().

#define SMBUS_FLAG_AF   0x00010400U
#define SMBUS_FLAG_ARLO   0x00010200U

Definition at line 360 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

#define SMBUS_FLAG_BERR   0x00010100U

Definition at line 361 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

#define SMBUS_FLAG_BTF   0x00010004U

Definition at line 366 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Slave_STOPF().

#define SMBUS_FLAG_BUSY   0x00100002U
#define SMBUS_FLAG_DUALF   0x00100080U

Definition at line 369 of file stm32f4xx_hal_smbus.h.

Referenced by SMBUS_Slave_ADDR().

#define SMBUS_FLAG_GENCALL   0x00100010U

Definition at line 372 of file stm32f4xx_hal_smbus.h.

#define SMBUS_FLAG_MSL   0x00100001U

Definition at line 375 of file stm32f4xx_hal_smbus.h.

#define SMBUS_FLAG_OVR   0x00010800U

Definition at line 358 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

#define SMBUS_FLAG_PECERR   0x00011000U

Definition at line 357 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

#define SMBUS_FLAG_RXNE   0x00010040U
#define SMBUS_FLAG_SB   0x00010001U

Definition at line 368 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and HAL_SMBUS_IsDeviceReady().

#define SMBUS_FLAG_SMBALERT   0x00018000U

Definition at line 355 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EnableAlert_IT(), and HAL_SMBUS_ER_IRQHandler().

#define SMBUS_FLAG_SMBDEFAULT   0x00100020U

Definition at line 371 of file stm32f4xx_hal_smbus.h.

#define SMBUS_FLAG_SMBHOST   0x00100040U

Definition at line 370 of file stm32f4xx_hal_smbus.h.

#define SMBUS_FLAG_STOPF   0x00010010U

Definition at line 364 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler().

#define SMBUS_FLAG_TIMEOUT   0x00014000U

Definition at line 356 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

#define SMBUS_FLAG_TRA   0x00100004U

Definition at line 373 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Slave_ADDR().

#define SMBUS_FLAG_TXE   0x00010080U

Definition at line 362 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler().