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

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

Possible values of 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

Methods

impl DCDCMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BYPASS

[src]

Checks if the value of the field is LOWNOISE

[src]

Checks if the value of the field is LOWPOWER

[src]

Checks if the value of the field is OFF

Trait Implementations

impl Clone for DCDCMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DCDCMODER
[src]

impl Debug for DCDCMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DCDCMODER
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.