Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1886 uint8_t bBitSign = (bValue < 0) ? 1 : 0; in constructSensorSdr() local
1891 record.body.b_msb_and_accuracy_lsb = (bBitSign << 7) | (bBitNine << 6); in constructSensorSdr()