[][src]Enum imxrt1062_can1::iflag1::BUF5I_A

pub enum BUF5I_A {
    BUF5I_0,
    BUF5I_1,
}

If the Rx FIFO is not enabled, this bit flags the interrupt for MB5

Value on reset: 0

Variants

BUF5I_0

0: No such occurrence

BUF5I_1

1: MB5 completed transmission/reception or frames available in the FIFO

Trait Implementations

impl Clone for BUF5I_A[src]

impl Copy for BUF5I_A[src]

impl Debug for BUF5I_A[src]

impl From<BUF5I_A> for bool[src]

impl PartialEq<BUF5I_A> for BUF5I_A[src]

impl StructuralPartialEq for BUF5I_A[src]

Auto Trait Implementations

impl Send for BUF5I_A

impl Sync for BUF5I_A

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