Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c1296 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_ADDR); in HAL_FMPSMBUS_Slave_Transmit_IT()
1379 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_ADDR); in HAL_FMPSMBUS_Slave_Receive_IT()
1686 ((FMPSMBUS_CHECK_FLAG(tmpisrvalue, FMPSMBUS_FLAG_ADDR) != RESET) || in HAL_FMPSMBUS_EV_IRQHandler()
2233 else if (FMPSMBUS_CHECK_FLAG(StatusFlags, FMPSMBUS_FLAG_ADDR) != RESET) in FMPSMBUS_Slave_ISR()
2414 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_ADDR); in FMPSMBUS_Slave_ISR()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h392 #define FMPSMBUS_FLAG_ADDR FMPI2C_ISR_ADDR macro