Searched defs:I2C_M_NOSTART (Results 1 – 3 of 3) sorted by relevance
83 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */ macro
97 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator
159 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro