[][src]Enum imxrt1062_lpi2c1::ssr::BEF_A

pub enum BEF_A {
    BEF_0,
    BEF_1,
}

Bit Error Flag

Value on reset: 0

Variants

BEF_0

0: Slave has not detected a bit error

BEF_1

1: Slave has detected a bit error

Trait Implementations

impl Clone for BEF_A[src]

impl Copy for BEF_A[src]

impl Debug for BEF_A[src]

impl From<BEF_A> for bool[src]

impl PartialEq<BEF_A> for BEF_A[src]

impl StructuralPartialEq for BEF_A[src]

Auto Trait Implementations

impl Send for BEF_A

impl Sync for BEF_A

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