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

I2C_FLAG_ARLO macro

Syntax

#define I2C_FLAG_ARLO 0x00010200U

References

LocationText
stm32f4xx_hal_i2c.h:387
#define I2C_FLAG_ARLO 0x00010200U
stm32f4xx_hal_i2c.c:4973
if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_ARLO) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT_ERR) != RESET))
stm32f4xx_hal_i2c.c:4978
__HAL_I2C_CLEAR_FLAG(hi2c, I2C_FLAG_ARLO);