[][src]Enum efm32pg12_pac::emu::dcdcctrl::DCDCMODE_A

#[repr(u8)]
pub enum DCDCMODE_A {
    BYPASS,
    LOWNOISE,
    LOWPOWER,
    OFF,
}

Regulator Mode

Value on reset: 3

Variants

BYPASS

0: 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.

LOWNOISE

1: DCDC regulator is operating in low noise mode.

LOWPOWER

2: DCDC regulator is operating in low power mode.

OFF

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

Trait Implementations

impl Clone for DCDCMODE_A[src]

impl Copy for DCDCMODE_A[src]

impl Debug for DCDCMODE_A[src]

impl From<DCDCMODE_A> for u8[src]

impl PartialEq<DCDCMODE_A> for DCDCMODE_A[src]

impl StructuralPartialEq for DCDCMODE_A[src]

Auto Trait Implementations

impl Send for DCDCMODE_A

impl Sync for DCDCMODE_A

impl Unpin for DCDCMODE_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.