Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c1636 (FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_TCR) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler()
1661 (FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_TCR) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler()
2021 else if (FMPSMBUS_CHECK_FLAG(StatusFlags, FMPSMBUS_FLAG_TCR) != RESET) in FMPSMBUS_Master_ISR()
2253 (FMPSMBUS_CHECK_FLAG(StatusFlags, FMPSMBUS_FLAG_TCR) != RESET)) in FMPSMBUS_Slave_ISR()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h396 #define FMPSMBUS_FLAG_TCR FMPI2C_ISR_TCR macro