Searched defs:IS_I2C (Results 1 – 2 of 2) sorted by relevance
254 #define IS_I2C(I2C) ((I2C == HT_I2C0) || (I2C == HT_I2C1)) macro
312 #define IS_I2C(x) (IS_I2C0(x) || IS_I2C1(x) || IS_I2C2(x)) macro
Completed in 7 milliseconds