[][src]Enum imxrt1062_pxp::power::ROT_MEM_LP_STATE_A

#[repr(u8)]pub enum ROT_MEM_LP_STATE_A {
    NONE,
    LS,
    DS,
    SD,
}

Select the low power state of the ROT memory.

Value on reset: 0

Variants

NONE

0: Memory is not in low power state.

LS

1: Light Sleep Mode. Low leakage mode, maintain memory contents.

DS

2: Deep Sleep Mode. Low leakage mode, maintain memory contents.

SD

4: Shut Down Mode. Shut Down periphery and core, no memory retention.

Trait Implementations

impl Clone for ROT_MEM_LP_STATE_A[src]

impl Copy for ROT_MEM_LP_STATE_A[src]

impl Debug for ROT_MEM_LP_STATE_A[src]

impl From<ROT_MEM_LP_STATE_A> for u8[src]

impl PartialEq<ROT_MEM_LP_STATE_A> for ROT_MEM_LP_STATE_A[src]

impl StructuralPartialEq for ROT_MEM_LP_STATE_A[src]

Auto Trait Implementations

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.