STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
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_SMBALERT

#define SMBUS_FLAG_SMBALERT   0x00018000U

#include <stm32f4xx_hal_smbus.h>

Definition at line 354 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EnableAlert_IT(), and HAL_SMBUS_ER_IRQHandler().

◆ SMBUS_FLAG_TIMEOUT

#define SMBUS_FLAG_TIMEOUT   0x00014000U

#include <stm32f4xx_hal_smbus.h>

Definition at line 355 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

◆ SMBUS_FLAG_PECERR

#define SMBUS_FLAG_PECERR   0x00011000U

#include <stm32f4xx_hal_smbus.h>

Definition at line 356 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

◆ SMBUS_FLAG_OVR

#define SMBUS_FLAG_OVR   0x00010800U

#include <stm32f4xx_hal_smbus.h>

Definition at line 357 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

◆ SMBUS_FLAG_AF

#define SMBUS_FLAG_AF   0x00010400U

◆ SMBUS_FLAG_ARLO

#define SMBUS_FLAG_ARLO   0x00010200U

#include <stm32f4xx_hal_smbus.h>

Definition at line 359 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

◆ SMBUS_FLAG_BERR

#define SMBUS_FLAG_BERR   0x00010100U

#include <stm32f4xx_hal_smbus.h>

Definition at line 360 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_ER_IRQHandler().

◆ SMBUS_FLAG_TXE

#define SMBUS_FLAG_TXE   0x00010080U

#include <stm32f4xx_hal_smbus.h>

Definition at line 361 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler().

◆ SMBUS_FLAG_RXNE

#define SMBUS_FLAG_RXNE   0x00010040U

◆ SMBUS_FLAG_STOPF

#define SMBUS_FLAG_STOPF   0x00010010U

#include <stm32f4xx_hal_smbus.h>

Definition at line 363 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler().

◆ SMBUS_FLAG_ADD10

#define SMBUS_FLAG_ADD10   0x00010008U

#include <stm32f4xx_hal_smbus.h>

Definition at line 364 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler().

◆ SMBUS_FLAG_BTF

#define SMBUS_FLAG_BTF   0x00010004U

#include <stm32f4xx_hal_smbus.h>

Definition at line 365 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Slave_STOPF().

◆ SMBUS_FLAG_ADDR

#define SMBUS_FLAG_ADDR   0x00010002U

#include <stm32f4xx_hal_smbus.h>

Definition at line 366 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and HAL_SMBUS_IsDeviceReady().

◆ SMBUS_FLAG_SB

#define SMBUS_FLAG_SB   0x00010001U

#include <stm32f4xx_hal_smbus.h>

Definition at line 367 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and HAL_SMBUS_IsDeviceReady().

◆ SMBUS_FLAG_DUALF

#define SMBUS_FLAG_DUALF   0x00100080U

#include <stm32f4xx_hal_smbus.h>

Definition at line 368 of file stm32f4xx_hal_smbus.h.

Referenced by SMBUS_Slave_ADDR().

◆ SMBUS_FLAG_SMBHOST

#define SMBUS_FLAG_SMBHOST   0x00100040U

#include <stm32f4xx_hal_smbus.h>

Definition at line 369 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_SMBDEFAULT

#define SMBUS_FLAG_SMBDEFAULT   0x00100020U

#include <stm32f4xx_hal_smbus.h>

Definition at line 370 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_GENCALL

#define SMBUS_FLAG_GENCALL   0x00100010U

#include <stm32f4xx_hal_smbus.h>

Definition at line 371 of file stm32f4xx_hal_smbus.h.

◆ SMBUS_FLAG_TRA

#define SMBUS_FLAG_TRA   0x00100004U

#include <stm32f4xx_hal_smbus.h>

Definition at line 372 of file stm32f4xx_hal_smbus.h.

Referenced by HAL_SMBUS_EV_IRQHandler(), and SMBUS_Slave_ADDR().

◆ SMBUS_FLAG_BUSY

#define SMBUS_FLAG_BUSY   0x00100002U

◆ SMBUS_FLAG_MSL

#define SMBUS_FLAG_MSL   0x00100001U

#include <stm32f4xx_hal_smbus.h>

Definition at line 374 of file stm32f4xx_hal_smbus.h.