Searched refs:I2C_FLAG_ARLO (Results 1 – 10 of 10) sorted by relevance
253 #define I2C_FLAG_ARLO ((uint32_t)0x10000200) macro271 ((FLAG) == I2C_FLAG_ARLO) || ((FLAG) == I2C_FLAG_BERR) || \
286 #define I2C_FLAG_ARLO I2C_ISR_ARLO macro299 ((FLAG) == I2C_FLAG_BERR) || ((FLAG) == I2C_FLAG_ARLO) || \
285 #define I2C_FLAG_ARLO I2C_ISR_ARLO macro298 ((FLAG) == I2C_FLAG_BERR) || ((FLAG) == I2C_FLAG_ARLO) || \
139 I2C_FLAG_ARLO = (1U << 9), enumerator395 ((x) == I2C_FLAG_ARLO) || \
120 #define I2C_FLAG_ARLO ((uint32_t)0x10000200) macro
122 #define I2C_FLAG_ARLO ((uint32_t)0x10000200) macro
388 #define I2C_FLAG_ARLO 0x00010200U macro
2119 tmp1 = ald_i2c_get_flag_status(hperh, I2C_FLAG_ARLO); in ald_i2c_er_irq_handler()2125 ald_i2c_clear_flag_status(hperh, I2C_FLAG_ARLO); in ald_i2c_er_irq_handler()
4952 …if ((I2C_CHECK_FLAG(sr1itflags, I2C_FLAG_ARLO) != RESET) && (I2C_CHECK_IT_SOURCE(itsources, I2C_IT… in HAL_I2C_ER_IRQHandler()4957 __HAL_I2C_CLEAR_FLAG(hi2c, I2C_FLAG_ARLO); in HAL_I2C_ER_IRQHandler()
Completed in 37 milliseconds