Home
last modified time | relevance | path

Searched defs:SetSensorReadingReq (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp81 struct SetSensorReadingReq struct
83 uint8_t number;
84 uint8_t operation;
85 uint8_t reading;
86 uint8_t assertOffset0_7;
87 uint8_t assertOffset8_14;
88 uint8_t deassertOffset0_7;
89 uint8_t deassertOffset8_14;
90 uint8_t eventData1;
91 uint8_t eventData2;
[all …]
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp199 ipmi_ret_t eventdata(const SetSensorReadingReq&, const Info& sensorInfo, in eventdata()