HAL
FMPI2C_FLAG_OVR is only used within HAL.
 
Symbols
loading...
Files
loading...

FMPI2C_FLAG_OVR macro

Syntax

#define FMPI2C_FLAG_OVR FMPI2C_ISR_OVR

References

LocationText
stm32f4xx_hal_fmpi2c.h:438
#define FMPI2C_FLAG_OVR FMPI2C_ISR_OVR
stm32f4xx_hal_fmpi2c.c:4661
if ((FMPI2C_CHECK_FLAG(itflags, FMPI2C_FLAG_OVR) != RESET) && \
stm32f4xx_hal_fmpi2c.c:4667
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_OVR);
stm32f4xx_hal_fmpi2c.c:7282
if (HAL_IS_BIT_SET(itflag, FMPI2C_FLAG_OVR))
stm32f4xx_hal_fmpi2c.c:7287
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_OVR);