Searched defs:I2C_M_NOSTART (Results 1 – 5 of 5) sorted by relevance
82 #define I2C_M_NOSTART 0x4000 /* if I2C_FUNC_NOSTART */ macro
84 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator
160 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro