Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIpmbSDRSensor.hpp56 static constexpr uint8_t nameLengthByte = 53; variable
H A DIpmbSDRSensor.cpp238 int strLen = (sdrDataBytes[sdrtype01::nameLengthByte]) & (sdrLenBit); in checkSDRData()