Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h389 #define FMPSMBUS_FLAG_TXE FMPI2C_ISR_TXE macro
526 #define __HAL_FMPSMBUS_CLEAR_FLAG(__HANDLE__, __FLAG__) (((__FLAG__) == FMPSMBUS_FLAG_TXE) ? \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c2714 if (__HAL_FMPSMBUS_GET_FLAG(hfmpsmbus, FMPSMBUS_FLAG_TXE) == RESET) in FMPSMBUS_Flush_TXDR()
2716 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_TXE); in FMPSMBUS_Flush_TXDR()