[][src]Enum imxrt1062_ccm::clpcr::LPM_A

#[repr(u8)]pub enum LPM_A {
    LPM_0,
    LPM_1,
    LPM_2,
}

Setting the low power mode that system will enter on next assertion of dsm_request signal.

Value on reset: 1

Variants

LPM_0

0: Remain in run mode

LPM_1

1: Transfer to wait mode

LPM_2

2: Transfer to stop mode

Trait Implementations

impl Clone for LPM_A[src]

impl Copy for LPM_A[src]

impl Debug for LPM_A[src]

impl From<LPM_A> for u8[src]

impl PartialEq<LPM_A> for LPM_A[src]

impl StructuralPartialEq for LPM_A[src]

Auto Trait Implementations

impl Send for LPM_A

impl Sync for LPM_A

impl Unpin for LPM_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, 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.