Searched refs:VOUT_MODE (Results 1 – 6 of 6) sorted by relevance
29 If the device supports the PMBus VOUT_MODE command, the exponent value can be32 If VOUT_MODE is not supported by the device, the exponent value must be58 …ive or negative. If not specified, the exponent value will be read from VOUT_MODE. |71 "Get exponent from VOUT_MODE."
46 If the device supports the PMBus VOUT_MODE command, the exponent value can be49 If VOUT_MODE is not supported by the device, the exponent value must be107 …ive or negative. If not specified, the exponent value will be read from VOUT_MODE. …
38 const uint8_t VOUT_MODE{0x20u}; variable
108 interface.read(pmbus_utils::VOUT_MODE, voutModeValue); in getExponentValue()
106 interface.read(pmbus_utils::VOUT_MODE, voutModeValue); in getExponentValue()
55 VOUT_MODE = (0x20, 1) variable in PMBusCommand