[][src]Enum lpc82x_pac::pmu::pcon::DPDFLAG_A

pub enum DPDFLAG_A {
    NOT_DEEP_POWER_DOWN,
    DEEP_POWER_DOWN,
}

Deep power-down flag

Value on reset: 0

Variants

NOT_DEEP_POWER_DOWN

0: Not Deep power-down. Read: Deep power-down mode not entered. Write: No effect.

DEEP_POWER_DOWN

1: Deep power-down. Read: Deep power-down mode entered. Write: Clear the Deep power-down flag.

Trait Implementations

impl From<DPDFLAG_A> for bool[src]

impl Debug for DPDFLAG_A[src]

impl PartialEq<DPDFLAG_A> for DPDFLAG_A[src]

impl Copy for DPDFLAG_A[src]

impl Clone for DPDFLAG_A[src]

Auto Trait Implementations

impl Unpin for DPDFLAG_A

impl Send for DPDFLAG_A

impl Sync for DPDFLAG_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self