[][src]Enum atsame70j21b::mcan0::mcan_rxesc::RBDS_A

#[repr(u8)]pub enum RBDS_A {
    _8_BYTE,
    _12_BYTE,
    _16_BYTE,
    _20_BYTE,
    _24_BYTE,
    _32_BYTE,
    _48_BYTE,
    _64_BYTE,
}

Receive Buffer Data Field Size

Value on reset: 0

Variants

_8_BYTE

0: 8-byte data field

_12_BYTE

1: 12-byte data field

_16_BYTE

2: 16-byte data field

_20_BYTE

3: 20-byte data field

_24_BYTE

4: 24-byte data field

_32_BYTE

5: 32-byte data field

_48_BYTE

6: 48-byte data field

_64_BYTE

7: 64-byte data field

Trait Implementations

impl Clone for RBDS_A[src]

impl Copy for RBDS_A[src]

impl Debug for RBDS_A[src]

impl From<RBDS_A> for u8[src]

impl PartialEq<RBDS_A> for RBDS_A[src]

impl StructuralPartialEq for RBDS_A[src]

Auto Trait Implementations

impl Send for RBDS_A

impl Sync for RBDS_A

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