Searched refs:ERROR_IT_MASK (Results 1 – 2 of 2) sorted by relevance
28 #define ERROR_IT_MASK ((uint32_t)0x00003F00) /*<! I2C Error interrupt register Mask */ macro1178 if ((uint32_t)(I2C_IT & ERROR_IT_MASK)) in I2C_GetITStatus()
68 #define ERROR_IT_MASK ((uint32_t)0x00003F00) /*<! I2C Error interrupt register Mask */ macro1480 if ((uint32_t)(I2C_IT & ERROR_IT_MASK)) in I2C_GetITStatus()
Completed in 12 milliseconds