Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c1637 (FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_TC) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler()
1662 (FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_TC) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler()
2098 else if (FMPSMBUS_CHECK_FLAG(StatusFlags, FMPSMBUS_FLAG_TC) != RESET) in FMPSMBUS_Master_ISR()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h395 #define FMPSMBUS_FLAG_TC FMPI2C_ISR_TC macro