[][src]Enum imxrt1062_lpi2c1::mcfgr0::RDMO_A

pub enum RDMO_A {
    RDMO_0,
    RDMO_1,
}

Receive Data Match Only

Value on reset: 0

Variants

RDMO_0

0: Received data is stored in the receive FIFO

RDMO_1

1: Received data is discarded unless the the Data Match Flag (MSR[DMF]) is set

Trait Implementations

impl Clone for RDMO_A[src]

impl Copy for RDMO_A[src]

impl Debug for RDMO_A[src]

impl From<RDMO_A> for bool[src]

impl PartialEq<RDMO_A> for RDMO_A[src]

impl StructuralPartialEq for RDMO_A[src]

Auto Trait Implementations

impl Send for RDMO_A

impl Sync for RDMO_A

impl Unpin for RDMO_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.