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

FMPI2C_FLAG_ARLO macro

Syntax

#define FMPI2C_FLAG_ARLO FMPI2C_ISR_ARLO

References

LocationText
stm32f4xx_hal_fmpi2c.h:437
#define FMPI2C_FLAG_ARLO FMPI2C_ISR_ARLO
stm32f4xx_hal_fmpi2c.c:4671
if ((FMPI2C_CHECK_FLAG(itflags, FMPI2C_FLAG_ARLO) != RESET) && \
stm32f4xx_hal_fmpi2c.c:4677
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_ARLO);
stm32f4xx_hal_fmpi2c.c:7293
if (HAL_IS_BIT_SET(itflag, FMPI2C_FLAG_ARLO))
stm32f4xx_hal_fmpi2c.c:7298
__HAL_FMPI2C_CLEAR_FLAG(hfmpi2c, FMPI2C_FLAG_ARLO);