Searched refs:I2C_FLAG_ADDR16 (Results 1 – 2 of 2) sorted by relevance
35 if (flags & I2C_FLAG_ADDR16) in i2c_read()92 if (flags & I2C_FLAG_ADDR16) in i2c_write()116 return i2c_read(dev, I2C_FLAG_ADDR16, slave_addr, offset, in i2c_read16()129 return i2c_write(dev, I2C_FLAG_ADDR16, slave_addr, offset, in i2c_write16()
63 #define I2C_FLAG_ADDR16 1 macro