[][src]Enum imxrt1062_iomuxc_gpr::gpr12::FLEXIO3_IPG_DOZE_A

pub enum FLEXIO3_IPG_DOZE_A {
    FLEXIO3_IPG_DOZE_0,
    FLEXIO3_IPG_DOZE_1,
}

FLEXIO3 ipg_doze mode

Value on reset: 0

Variants

FLEXIO3_IPG_DOZE_0

0: FLEXIO3 is not in doze mode

FLEXIO3_IPG_DOZE_1

1: FLEXIO3 is in doze mode

Trait Implementations

impl Clone for FLEXIO3_IPG_DOZE_A[src]

impl Copy for FLEXIO3_IPG_DOZE_A[src]

impl Debug for FLEXIO3_IPG_DOZE_A[src]

impl From<FLEXIO3_IPG_DOZE_A> for bool[src]

impl PartialEq<FLEXIO3_IPG_DOZE_A> for FLEXIO3_IPG_DOZE_A[src]

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