[][src]Enum imxrt1062_iomuxc_gpr::gpr12::FLEXIO2_IPG_STOP_MODE_A

pub enum FLEXIO2_IPG_STOP_MODE_A {
    FLEXIO2_IPG_STOP_MODE_0,
    FLEXIO2_IPG_STOP_MODE_1,
}

FlexIO2 stop mode selection. Cannot change when ipg_stop is asserted.

Value on reset: 0

Variants

FLEXIO2_IPG_STOP_MODE_0

0: FlexIO2 is functional in Stop mode.

FLEXIO2_IPG_STOP_MODE_1

1: When this bit is equal to 1'b1 and ipg_stop is asserted, FlexIO2 is not functional in Stop mode.

Trait Implementations

impl Clone for FLEXIO2_IPG_STOP_MODE_A[src]

impl Copy for FLEXIO2_IPG_STOP_MODE_A[src]

impl Debug for FLEXIO2_IPG_STOP_MODE_A[src]

impl From<FLEXIO2_IPG_STOP_MODE_A> for bool[src]

impl PartialEq<FLEXIO2_IPG_STOP_MODE_A> for FLEXIO2_IPG_STOP_MODE_A[src]

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