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

FMPI2C_FLAG_TC macro

Syntax

#define FMPI2C_FLAG_TC FMPI2C_ISR_TC

References

LocationText
stm32f4xx_hal_fmpi2c.h:434
#define FMPI2C_FLAG_TC FMPI2C_ISR_TC
stm32f4xx_hal_fmpi2c.c:4964
else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TC) == RESET) && \
stm32f4xx_hal_fmpi2c.c:5032
else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TC) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5179
else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TC) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5480
else if ((FMPI2C_CHECK_FLAG(ITFlags, FMPI2C_FLAG_TC) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5619
else if ((FMPI2C_CHECK_FLAG(ITFlags, FMPI2C_FLAG_TC) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5930