[][src]Enum imxrt1062_iomuxc_gpr::gpr8::LPSPI4_IPG_STOP_MODE_A

pub enum LPSPI4_IPG_STOP_MODE_A {
    LPSPI4_IPG_STOP_MODE_0,
    LPSPI4_IPG_STOP_MODE_1,
}

LPSPI4 stop mode selection, cannot change when ipg_stop is asserted.

Value on reset: 0

Variants

LPSPI4_IPG_STOP_MODE_0

0: the module is functional in Stop mode

LPSPI4_IPG_STOP_MODE_1

1: the module is NOT functional in Stop mode, when this bit is equal to 1 and ipg_stop is asserted

Trait Implementations

impl Clone for LPSPI4_IPG_STOP_MODE_A[src]

impl Copy for LPSPI4_IPG_STOP_MODE_A[src]

impl Debug for LPSPI4_IPG_STOP_MODE_A[src]

impl From<LPSPI4_IPG_STOP_MODE_A> for bool[src]

impl PartialEq<LPSPI4_IPG_STOP_MODE_A> for LPSPI4_IPG_STOP_MODE_A[src]

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