[][src]Enum imxrt1062_iomuxc_gpr::gpr8::LPSPI4_IPG_DOZE_A

pub enum LPSPI4_IPG_DOZE_A {
    LPSPI4_IPG_DOZE_0,
    LPSPI4_IPG_DOZE_1,
}

LPSPI4 ipg_doze mode

Value on reset: 0

Variants

LPSPI4_IPG_DOZE_0

0: not in doze mode

LPSPI4_IPG_DOZE_1

1: in doze mode

Trait Implementations

impl Clone for LPSPI4_IPG_DOZE_A[src]

impl Copy for LPSPI4_IPG_DOZE_A[src]

impl Debug for LPSPI4_IPG_DOZE_A[src]

impl From<LPSPI4_IPG_DOZE_A> for bool[src]

impl PartialEq<LPSPI4_IPG_DOZE_A> for LPSPI4_IPG_DOZE_A[src]

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