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

FMPI2C_FLAG_TXIS macro

Syntax

#define FMPI2C_FLAG_TXIS FMPI2C_ISR_TXIS

References

LocationText
stm32f4xx_hal_fmpi2c.h:429
#define FMPI2C_FLAG_TXIS FMPI2C_ISR_TXIS
stm32f4xx_hal_fmpi2c.c:4965
((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TXIS) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5123
else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TXIS) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5337
else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TXIS) != RESET) && \
stm32f4xx_hal_fmpi2c.c:5557
else if ((FMPI2C_CHECK_FLAG(ITFlags, FMPI2C_FLAG_TXIS) != RESET) && \
stm32f4xx_hal_fmpi2c.c:6749
if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) != RESET)
stm32f4xx_hal_fmpi2c.c:7047
while (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) == RESET)
stm32f4xx_hal_fmpi2c.c:7060
if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) == RESET))