[][src]Enum imxrt1062_ccm::clpcr::MASK_CORE0_WFI_A

pub enum MASK_CORE0_WFI_A {
    MASK_CORE0_WFI_0,
    MASK_CORE0_WFI_1,
}

Mask WFI of core0 for entering low power mode Assertion of all bits[27:22] will generate low power mode request

Value on reset: 0

Variants

MASK_CORE0_WFI_0

0: WFI of core0 is not masked

MASK_CORE0_WFI_1

1: WFI of core0 is masked

Trait Implementations

impl Clone for MASK_CORE0_WFI_A[src]

impl Copy for MASK_CORE0_WFI_A[src]

impl Debug for MASK_CORE0_WFI_A[src]

impl From<MASK_CORE0_WFI_A> for bool[src]

impl PartialEq<MASK_CORE0_WFI_A> for MASK_CORE0_WFI_A[src]

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