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

#define I2C_FLAG_ADD10   0x00010008U

Definition at line 392 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_ADDR

#define I2C_FLAG_ADDR   0x00010002U

Definition at line 394 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_AF

#define I2C_FLAG_AF   0x00010400U

Definition at line 386 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_ARLO

#define I2C_FLAG_ARLO   0x00010200U

Definition at line 387 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_BERR

#define I2C_FLAG_BERR   0x00010100U

Definition at line 388 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_BTF

#define I2C_FLAG_BTF   0x00010004U

Definition at line 393 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_BUSY

#define I2C_FLAG_BUSY   0x00100002U

Definition at line 399 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_DUALF

#define I2C_FLAG_DUALF   0x00100080U

Definition at line 396 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_GENCALL

#define I2C_FLAG_GENCALL   0x00100010U

Definition at line 397 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_MSL

#define I2C_FLAG_MSL   0x00100001U

Definition at line 400 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_OVR

#define I2C_FLAG_OVR   0x00010800U

Definition at line 385 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_RXNE

#define I2C_FLAG_RXNE   0x00010040U

Definition at line 390 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_SB

#define I2C_FLAG_SB   0x00010001U

Definition at line 395 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_STOPF

#define I2C_FLAG_STOPF   0x00010010U

Definition at line 391 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_TRA

#define I2C_FLAG_TRA   0x00100004U

Definition at line 398 of file stm32f4xx_hal_i2c.h.

◆ I2C_FLAG_TXE

#define I2C_FLAG_TXE   0x00010080U

Definition at line 389 of file stm32f4xx_hal_i2c.h.