Home
last modified time | relevance | path

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

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_commands.hpp29 static constexpr uint8_t commandCode = ReadHoldingRegistersFunctionCode; member in phosphor::modbus::rtu::ReadHoldingRegistersRequest
H A Dmodbus_commands.cpp18 *this << deviceAddress << commandCode << registerOffset << registerCount; in encode()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuMctpVdm.cpp221 int encodeGetPowerDrawRequest(PlatformEnvironmentalCommands commandCode, in encodeGetPowerDrawRequest() argument
246 msg->hdr.command = static_cast<uint8_t>(commandCode); in encodeGetPowerDrawRequest()
H A DNvidiaGpuMctpVdm.hpp219 PlatformEnvironmentalCommands commandCode, uint8_t instanceId,
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaGpuSensorTest.cpp650 gpu::PlatformEnvironmentalCommands commandCode = in TEST_F() local
655 commandCode, instanceId, sensorId, averagingInterval, buf); in TEST_F()
674 EXPECT_EQ(request.hdr.command, static_cast<uint8_t>(commandCode)); in TEST_F()