[][src]Enum imxrt1062_lpi2c1::msr::MBF_A

pub enum MBF_A {
    MBF_0,
    MBF_1,
}

Master Busy Flag

Value on reset: 0

Variants

MBF_0

0: I2C Master is idle

MBF_1

1: I2C Master is busy

Trait Implementations

impl Clone for MBF_A[src]

impl Copy for MBF_A[src]

impl Debug for MBF_A[src]

impl From<MBF_A> for bool[src]

impl PartialEq<MBF_A> for MBF_A[src]

impl StructuralPartialEq for MBF_A[src]

Auto Trait Implementations

impl Send for MBF_A

impl Sync for MBF_A

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