[][src]Enum imxrt1062_iomuxc_gpr::gpr8::LPUART1_IPG_DOZE_A

pub enum LPUART1_IPG_DOZE_A {
    LPUART1_IPG_DOZE_0,
    LPUART1_IPG_DOZE_1,
}

LPUART1 ipg_doze mode

Value on reset: 0

Variants

LPUART1_IPG_DOZE_0

0: not in doze mode

LPUART1_IPG_DOZE_1

1: in doze mode

Trait Implementations

impl Clone for LPUART1_IPG_DOZE_A[src]

impl Copy for LPUART1_IPG_DOZE_A[src]

impl Debug for LPUART1_IPG_DOZE_A[src]

impl From<LPUART1_IPG_DOZE_A> for bool[src]

impl PartialEq<LPUART1_IPG_DOZE_A> for LPUART1_IPG_DOZE_A[src]

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