Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp70 static constexpr uint8_t directionMask = 0x80; variable
H A Dsensorhandler.cpp1491 bool assert = req->eventDirectionType & directionMask ? false : true; in ipmicmdPlatformEvent()