Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp87 static const uint8_t LENGTH_MASK = 0x1F; variable
566 body.deviceIDLen &= ~(LENGTH_MASK); in setDeviceIdStrLen()
567 body.deviceIDLen |= len & LENGTH_MASK; in setDeviceIdStrLen()
572 return body.deviceIDLen & LENGTH_MASK; in getDeviceIdStrLen()