Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h438 #define FMPI2C_FLAG_OVR FMPI2C_ISR_OVR macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c4661 if ((FMPI2C_CHECK_FLAG(itflags, FMPI2C_FLAG_OVR) != RESET) && \ in HAL_FMPI2C_ER_IRQHandler()
4667 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_OVR); in HAL_FMPI2C_ER_IRQHandler()
7282 if (HAL_IS_BIT_SET(itflag, FMPI2C_FLAG_OVR)) in FMPI2C_IsErrorOccurred()
7287 __HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_OVR); in FMPI2C_IsErrorOccurred()