PowerRegulatorMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
5V Power regulator supplies 5V power Rail with up to 2.5A of continuous current
public enum PowerRegulatorMode
type PowerRegulatorMode =
Public Enum PowerRegulatorMode
- Inheritance
-
PowerRegulatorMode
Fields
Name | Value | Description |
---|---|---|
PowerSourceDetection | 0 | This mode switches between DCDC switching mode and LDO mode with most of time in DCDC switching mode. This is mode has high efficiency but increased voltage ripple |
LowDropout | 1 | This mode regulates 5V Rail voltage to 4.79V. In this mode output voltage has lowest output ripple |
DirectCurrentDirectCurrent | 2 | This mode 5V Rail voltage is regulated to 5V with 2.5% tolerance, typically 5.07V at mid-loaded conditions. This is the most efficient operation mode |