Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1887 uint8_t bBitNine = (bValue & 0x0100) >> 8; in constructSensorSdr() local
1891 record.body.b_msb_and_accuracy_lsb = (bBitSign << 7) | (bBitNine << 6); in constructSensorSdr()