[][src]Enum imxrt1062_lpi2c1::scfgr1::RXCFG_A

pub enum RXCFG_A {
    RXCFG_0,
    RXCFG_1,
}

Receive Data Configuration

Value on reset: 0

Variants

RXCFG_0

0: Reading the Receive Data register will return received data and clear the Receive Data flag (MSR[RDF]).

RXCFG_1

1: Reading the Receive Data register when the Address Valid flag (SSR[AVF])is set, will return the Address Status register and clear the Address Valid flag. Reading the Receive Data register when the Address Valid flag is clear, will return received data and clear the Receive Data flag (MSR[RDF]).

Trait Implementations

impl Clone for RXCFG_A[src]

impl Copy for RXCFG_A[src]

impl Debug for RXCFG_A[src]

impl From<RXCFG_A> for bool[src]

impl PartialEq<RXCFG_A> for RXCFG_A[src]

impl StructuralPartialEq for RXCFG_A[src]

Auto Trait Implementations

impl Send for RXCFG_A

impl Sync for RXCFG_A

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