[][src]Enum imxrt1062_can3::fdctrl::MBDSR1_A

#[repr(u8)]pub enum MBDSR1_A {
    MBDSR1_0,
    MBDSR1_1,
    MBDSR1_2,
    MBDSR1_3,
}

Message Buffer Data Size for Region 1

Value on reset: 0

Variants

MBDSR1_0

0: Selects 8 bytes per Message Buffer.

MBDSR1_1

1: Selects 16 bytes per Message Buffer.

MBDSR1_2

2: Selects 32 bytes per Message Buffer.

MBDSR1_3

3: Selects 64 bytes per Message Buffer.

Trait Implementations

impl Clone for MBDSR1_A[src]

impl Copy for MBDSR1_A[src]

impl Debug for MBDSR1_A[src]

impl From<MBDSR1_A> for u8[src]

impl PartialEq<MBDSR1_A> for MBDSR1_A[src]

impl StructuralPartialEq for MBDSR1_A[src]

Auto Trait Implementations

impl Send for MBDSR1_A

impl Sync for MBDSR1_A

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