Home
last modified time | relevance | path

Searched refs:tempd (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/smbpbi/
H A DSmbpbiSensor.cpp180 uint64_t tempd = 0; in i2cReadDataBytesDouble() local
183 tempd |= static_cast<uint64_t>(buf[byteI]) << (8 * byteI); in i2cReadDataBytesDouble()
185 std::memcpy(&reading, &tempd, sizeof(reading)); in i2cReadDataBytesDouble()