[][src]Enum imxrt1062_ccm::cgpr::INT_MEM_CLK_LPM_A

pub enum INT_MEM_CLK_LPM_A {
    INT_MEM_CLK_LPM_0,
    INT_MEM_CLK_LPM_1,
}

Control for the Deep Sleep signal to the ARM Platform memories with additional control logic based on the ARM WFI signal

Value on reset: 0

Variants

INT_MEM_CLK_LPM_0

0: Disable the clock to the ARM platform memories when entering Low Power Mode

INT_MEM_CLK_LPM_1

1: Keep the clocks to the ARM platform memories enabled only if an interrupt is pending when entering Low Power Modes (WAIT and STOP without power gating)

Trait Implementations

impl Clone for INT_MEM_CLK_LPM_A[src]

impl Copy for INT_MEM_CLK_LPM_A[src]

impl Debug for INT_MEM_CLK_LPM_A[src]

impl From<INT_MEM_CLK_LPM_A> for bool[src]

impl PartialEq<INT_MEM_CLK_LPM_A> for INT_MEM_CLK_LPM_A[src]

impl StructuralPartialEq for INT_MEM_CLK_LPM_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.