[][src]Enum imxrt1062_iomuxc_gpr::gpr8::LPI2C4_IPG_STOP_MODE_A

pub enum LPI2C4_IPG_STOP_MODE_A {
    LPI2C4_IPG_STOP_MODE_0,
    LPI2C4_IPG_STOP_MODE_1,
}

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

Value on reset: 0

Variants

LPI2C4_IPG_STOP_MODE_0

0: the module is functional in Stop mode

LPI2C4_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 LPI2C4_IPG_STOP_MODE_A[src]

impl Copy for LPI2C4_IPG_STOP_MODE_A[src]

impl Debug for LPI2C4_IPG_STOP_MODE_A[src]

impl From<LPI2C4_IPG_STOP_MODE_A> for bool[src]

impl PartialEq<LPI2C4_IPG_STOP_MODE_A> for LPI2C4_IPG_STOP_MODE_A[src]

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