Searched refs:byteI (Results 1 – 1 of 1) sorted by relevance
181 for (int byteI = 0; byteI < length; byteI++) in i2cReadDataBytesDouble() local183 tempd |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesDouble()204 for (int byteI = 0; byteI < length; byteI++) in i2cReadDataBytesUI64() local206 reading |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesUI64()