STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for I2C Flag definition:

Macros

#define I2C_FLAG_OVR   0x00010800U
 
#define I2C_FLAG_AF   0x00010400U
 
#define I2C_FLAG_ARLO   0x00010200U
 
#define I2C_FLAG_BERR   0x00010100U
 
#define I2C_FLAG_TXE   0x00010080U
 
#define I2C_FLAG_RXNE   0x00010040U
 
#define I2C_FLAG_STOPF   0x00010010U
 
#define I2C_FLAG_ADD10   0x00010008U
 
#define I2C_FLAG_BTF   0x00010004U
 
#define I2C_FLAG_ADDR   0x00010002U
 
#define I2C_FLAG_SB   0x00010001U
 
#define I2C_FLAG_DUALF   0x00100080U
 
#define I2C_FLAG_GENCALL   0x00100010U
 
#define I2C_FLAG_TRA   0x00100004U
 
#define I2C_FLAG_BUSY   0x00100002U
 
#define I2C_FLAG_MSL   0x00100001U
 

Detailed Description

Macro Definition Documentation

◆ I2C_FLAG_OVR

#define I2C_FLAG_OVR   0x00010800U

#include <stm32f4xx_hal_i2c.h>

Definition at line 385 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_ER_IRQHandler().

◆ I2C_FLAG_AF

◆ I2C_FLAG_ARLO

#define I2C_FLAG_ARLO   0x00010200U

#include <stm32f4xx_hal_i2c.h>

Definition at line 387 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_ER_IRQHandler().

◆ I2C_FLAG_BERR

#define I2C_FLAG_BERR   0x00010100U

#include <stm32f4xx_hal_i2c.h>

Definition at line 388 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_ER_IRQHandler().

◆ I2C_FLAG_TXE

#define I2C_FLAG_TXE   0x00010080U

◆ I2C_FLAG_RXNE

#define I2C_FLAG_RXNE   0x00010040U

◆ I2C_FLAG_STOPF

#define I2C_FLAG_STOPF   0x00010010U

◆ I2C_FLAG_ADD10

#define I2C_FLAG_ADD10   0x00010008U

◆ I2C_FLAG_BTF

◆ I2C_FLAG_ADDR

◆ I2C_FLAG_SB

◆ I2C_FLAG_DUALF

#define I2C_FLAG_DUALF   0x00100080U

#include <stm32f4xx_hal_i2c.h>

Definition at line 396 of file stm32f4xx_hal_i2c.h.

Referenced by I2C_Slave_ADDR().

◆ I2C_FLAG_GENCALL

#define I2C_FLAG_GENCALL   0x00100010U

#include <stm32f4xx_hal_i2c.h>

Definition at line 397 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_TRA

#define I2C_FLAG_TRA   0x00100004U

#include <stm32f4xx_hal_i2c.h>

Definition at line 398 of file stm32f4xx_hal_i2c.h.

Referenced by HAL_I2C_EV_IRQHandler(), and I2C_Slave_ADDR().

◆ I2C_FLAG_BUSY

◆ I2C_FLAG_MSL

#define I2C_FLAG_MSL   0x00100001U

#include <stm32f4xx_hal_i2c.h>

Definition at line 400 of file stm32f4xx_hal_i2c.h.