Home
last modified time | relevance | path

Searched refs:FMPI2C_FLAG_TXIS (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c4965 ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TXIS) != RESET) && \ in FMPI2C_Master_ISR_IT()
5123 else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TXIS) != RESET) && \ in FMPI2C_Mem_ISR_IT()
5337 else if ((FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_TXIS) != RESET) && \ in FMPI2C_Slave_ISR_IT()
5557 else if ((FMPI2C_CHECK_FLAG(ITFlags, FMPI2C_FLAG_TXIS) != RESET) && \ in FMPI2C_Mem_ISR_DMA()
6749 if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) != RESET) in FMPI2C_Flush_TXDR()
7047 while (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) == RESET) in FMPI2C_WaitOnTXISFlagUntilTimeout()
7060 if ((__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXIS) == RESET)) in FMPI2C_WaitOnTXISFlagUntilTimeout()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h429 #define FMPI2C_FLAG_TXIS FMPI2C_ISR_TXIS macro