Searched refs:I2C_READ_MSG_NUM (Results 1 – 5 of 5) sorted by relevance
13 #define I2C_READ_MSG_NUM 2 macro19 struct I2cMsg msg[I2C_READ_MSG_NUM]; in InputI2cRead()32 if (I2cTransfer(client->i2cHandle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in InputI2cRead()
16 #define I2C_READ_MSG_NUM 2 macro31 struct I2cMsg msg[I2C_READ_MSG_NUM]; in ReadSensor()59 if (I2cTransfer(busCfg->i2cCfg.handle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in ReadSensor()
38 #define I2C_READ_MSG_NUM 2 macro58 if (I2cTransfer(handle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in I2cReadData()
14 #define I2C_READ_MSG_NUM 2 macro
61 struct I2cMsg msg[I2C_READ_MSG_NUM]; in ReadDrv2605l()87 if (I2cTransfer(busCfg->handle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in ReadDrv2605l()