Searched refs:repeatedStart (Results 1 – 3 of 3) sorted by relevance
77 bool repeatedStart; in Sensor_I2C_Write() local90 repeatedStart = (pCmd + 1)->writeTo != 0xFFFF; in Sensor_I2C_Write()93 …_I2C_Write(pCommDrv, devInfo, slaveAddress, pCmd->writeTo, pCmd->value, pCmd->mask, repeatedStart); in Sensor_I2C_Write()99 } while (repeatedStart); in Sensor_I2C_Write()
203 bool repeatedStart) in Register_I2C_Write() argument285 status = pCommDrv->MasterTransmit(slaveAddress, config, sizeof(config), repeatedStart); in Register_I2C_Write()
189 bool repeatedStart);