[][src]Enum imxrt1062_lpi2c1::mcr::DOZEN_A

pub enum DOZEN_A {
    DOZEN_0,
    DOZEN_1,
}

Doze mode enable

Value on reset: 0

Variants

DOZEN_0

0: Master is enabled in Doze mode

DOZEN_1

1: Master is disabled in Doze mode

Trait Implementations

impl Clone for DOZEN_A[src]

impl Copy for DOZEN_A[src]

impl Debug for DOZEN_A[src]

impl From<DOZEN_A> for bool[src]

impl PartialEq<DOZEN_A> for DOZEN_A[src]

impl StructuralPartialEq for DOZEN_A[src]

Auto Trait Implementations

impl Send for DOZEN_A

impl Sync for DOZEN_A

impl Unpin for DOZEN_A

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.