[][src]Enum imxrt1062_can3::fdctrl::MBDSR0_A

#[repr(u8)]
pub enum MBDSR0_A {
    MBDSR0_0,
    MBDSR0_1,
    MBDSR0_2,
    MBDSR0_3,
}

Message Buffer Data Size for Region 0

Value on reset: 0

Variants

MBDSR0_0

0: Selects 8 bytes per Message Buffer.

MBDSR0_1

1: Selects 16 bytes per Message Buffer.

MBDSR0_2

2: Selects 32 bytes per Message Buffer.

MBDSR0_3

3: Selects 64 bytes per Message Buffer.

Trait Implementations

impl Clone for MBDSR0_A[src]

impl Copy for MBDSR0_A[src]

impl Debug for MBDSR0_A[src]

impl From<MBDSR0_A> for u8[src]

impl PartialEq<MBDSR0_A> for MBDSR0_A[src]

impl StructuralPartialEq for MBDSR0_A[src]

Auto Trait Implementations

impl Send for MBDSR0_A

impl Sync for MBDSR0_A

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