[][src]Enum imxrt1062_lpi2c1::ssr::FEF_A

pub enum FEF_A {
    FEF_0,
    FEF_1,
}

FIFO Error Flag

Value on reset: 0

Variants

FEF_0

0: FIFO underflow or overflow was not detected

FEF_1

1: FIFO underflow or overflow was detected

Trait Implementations

impl Clone for FEF_A[src]

impl Copy for FEF_A[src]

impl Debug for FEF_A[src]

impl From<FEF_A> for bool[src]

impl PartialEq<FEF_A> for FEF_A[src]

impl StructuralPartialEq for FEF_A[src]

Auto Trait Implementations

impl Send for FEF_A

impl Sync for FEF_A

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