HAL
I2C_FLAG_TRA is only used within HAL.
 
Symbols
loading...
Files
loading...

I2C_FLAG_TRA macro

Syntax

#define I2C_FLAG_TRA 0x00100004U

References

LocationText
stm32f4xx_hal_i2c.h:398
#define I2C_FLAG_TRA 0x00100004U
stm32f4xx_hal_i2c.c:4823
else if (I2C_CHECK_FLAG(sr2itflags, I2C_FLAG_TRA) != RESET)
stm32f4xx_hal_i2c.c:6133
if (I2C_CHECK_FLAG(IT2Flags, I2C_FLAG_TRA) == RESET)