Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c2614 if (((itflags & FMPSMBUS_FLAG_PECERR) == FMPSMBUS_FLAG_PECERR) && \ in FMPSMBUS_ITErrorHandler()
2620 __HAL_FMPSMBUS_CLEAR_FLAG(hfmpsmbus, FMPSMBUS_FLAG_PECERR); in FMPSMBUS_ITErrorHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h400 #define FMPSMBUS_FLAG_PECERR FMPI2C_ISR_PECERR macro