Searched refs:swI2CWriteByte (Results 1 – 1 of 1) sorted by relevance
252 static long swI2CWriteByte(unsigned char data) in swI2CWriteByte() function468 swI2CWriteByte(deviceAddress); in swI2CReadReg()471 swI2CWriteByte(registerIndex); in swI2CReadReg()475 swI2CWriteByte(deviceAddress + 1); in swI2CReadReg()511 if ((swI2CWriteByte(deviceAddress) != 0) || in swI2CWriteReg()512 (swI2CWriteByte(registerIndex) != 0) || in swI2CWriteReg()513 (swI2CWriteByte(data) != 0)) in swI2CWriteReg()