Searched refs:tempd (Results 1 – 1 of 1) sorted by relevance
180 uint64_t tempd = 0; in i2cReadDataBytesDouble() local183 tempd |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesDouble()185 std::memcpy(&reading, &tempd, sizeof(reading)); in i2cReadDataBytesDouble()