Searched defs:IS_I2C_FLAG (Results 1 – 3 of 3) sorted by relevance
150 #define IS_I2C_FLAG(FLAG) ((FLAG == I2C_FLAG_STA) || \ macro
196 #define IS_I2C_FLAG(FLAG) ((FLAG == I2C_FLAG_STA) || \ macro
387 #define IS_I2C_FLAG(x) (((x) == I2C_FLAG_SB) || \ macro
Completed in 11 milliseconds