Enum atsame54p19a_pac::can0::rxesc::F1DS_A[][src]

#[repr(u8)]pub enum F1DS_A {
    DATA8,
    DATA12,
    DATA16,
    DATA20,
    DATA24,
    DATA32,
    DATA48,
    DATA64,
}

Rx FIFO 1 Data Field Size

Value on reset: 0

Variants

DATA8

0: 8 byte data field

DATA12

1: 12 byte data field

DATA16

2: 16 byte data field

DATA20

3: 20 byte data field

DATA24

4: 24 byte data field

DATA32

5: 32 byte data field

DATA48

6: 48 byte data field

DATA64

7: 64 byte data field

Trait Implementations

impl Clone for F1DS_A[src]

impl Copy for F1DS_A[src]

impl Debug for F1DS_A[src]

impl PartialEq<F1DS_A> for F1DS_A[src]

impl StructuralPartialEq for F1DS_A[src]

Auto Trait Implementations

impl Send for F1DS_A

impl Sync for F1DS_A

impl Unpin for F1DS_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> Same<T> for T

type Output = T

Should always be Self

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.