[][src]Enum stm32l0::stm32l0x1::pwr::cr::DS_EE_KOFF_A

pub enum DS_EE_KOFF_A {
    NVMWAKEUP,
    NVMSLEEP,
}

Deep sleep mode with Flash memory kept off

Value on reset: 0

Variants

NVMWAKEUP

0: NVM woken up when exiting from Deepsleep mode even if the bit RUN_PD is set

NVMSLEEP

1: NVM not woken up when exiting from low-power mode (if the bit RUN_PD is set)

Trait Implementations

impl From<DS_EE_KOFF_A> for bool[src]

impl Debug for DS_EE_KOFF_A[src]

impl PartialEq<DS_EE_KOFF_A> for DS_EE_KOFF_A[src]

impl Copy for DS_EE_KOFF_A[src]

impl StructuralPartialEq for DS_EE_KOFF_A[src]

impl Clone for DS_EE_KOFF_A[src]

Auto Trait Implementations

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