Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1900 uint8_t mBitSign = (mValue < 0) ? 1 : 0; in constructSensorSdr() local
1905 record.body.mMsbAndTolerance = (mBitSign << 7) | (mBitNine << 6); in constructSensorSdr()