Searched refs:VOUT_COMMAND (Results 1 – 4 of 4) sorted by relevance
5 Writes the value of VOUT_COMMAND to set the output voltage of a PMBus regulator15 VOUT_COMMAND:39 VOUT_COMMAND, specify the "is_verified" property with a value of true.41 The value of VOUT_COMMAND will be read from the device after it is written to42 ensure that it contains the expected value. If VOUT_COMMAND contains an47 were written to VOUT_COMMAND. The PMBus specification permits a device to have57 …es | string | Data format of the value written to VOUT_COMMAND. Currently the …59 | is_verified | no | boolean (true or false) | If true, the updated value of VOUT_COMMAND is …83 "Verify value was successfully written to VOUT_COMMAND."
49 interface.write(pmbus_utils::VOUT_COMMAND, linearValue); in execute()155 interface.read(pmbus_utils::VOUT_COMMAND, valueRead); in verifyWrite()
39 const uint8_t VOUT_COMMAND{0x21u}; variable
56 VOUT_COMMAND = (0x21, 2) variable in PMBusCommand