Enum efr32xg12p::emu::dcdcctrl::DCDCMODEW [] [src]

pub enum DCDCMODEW {
    BYPASS,
    LOWNOISE,
    LOWPOWER,
    OFF,
}

Values that can be written to the field DCDCMODE

Variants

DCDC regulator is operating in bypass mode. Prior to configuring DCDCMODE=BYPASS, software must set EMU_DCDCCLIMCTRL.BYPLIMEN=1 to prevent excessive current between VREGVDD and DVDD supplies.

DCDC regulator is operating in low noise mode.

DCDC regulator is operating in low power mode.

DCDC regulator is off and the bypass switch is off. Note: DVDD must be supplied externally