[][src]Enum imxrt1062_can3::iflag1::BUF5I_A

pub enum BUF5I_A {
    BUF5I_0,
    BUF5I_1,
}

Buffer MB5 Interrupt Or "Frames available in Legacy Rx FIFO"

Value on reset: 0

Variants

BUF5I_0

0: No occurrence of MB5 completing transmission/reception when CAN_MCR[RFEN]=0, or of frame(s) available in the Legacy FIFO, when CAN_MCR[RFEN]=1

BUF5I_1

1: MB5 completed transmission/reception when CAN_MCR[RFEN]=0, or frame(s) available in the Legacy Rx FIFO when CAN_MCR[RFEN]=1. It generates a DMA request in case of CAN_MCR[RFEN] and CAN_MCR[DMA] are enabled.

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.