Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h425 #define FMPI2C_FLAG_TXE FMPI2C_ISR_TXE macro
562 #define __HAL_FMPI2C_CLEAR_FLAG(__HANDLE__, __FLAG__) (((__FLAG__) == FMPI2C_FLAG_TXE) ? \
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c6144 if (__HAL_FMPI2C_GET_FLAG(hfmpi2c, FMPI2C_FLAG_TXE) == RESET) in FMPI2C_Flush_TXDR()
6146 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_TXE); in FMPI2C_Flush_TXDR()