[][src]Enum imxrt1062_can3::ctrl2::MBTSBASE_A

#[repr(u8)]pub enum MBTSBASE_A {
    MBTSBASE_0,
    MBTSBASE_1,
    MBTSBASE_2,
}

Message Buffer Time Stamp Base

Value on reset: 0

Variants

MBTSBASE_0

0: Message Buffer Time Stamp base is CAN_TIMER

MBTSBASE_1

1: Message Buffer Time Stamp base is lower 16-bits of high resolution timer

MBTSBASE_2

2: Message Buffer Time Stamp base is upper 16-bits of high resolution timerT

Trait Implementations

impl Clone for MBTSBASE_A[src]

impl Copy for MBTSBASE_A[src]

impl Debug for MBTSBASE_A[src]

impl From<MBTSBASE_A> for u8[src]

impl PartialEq<MBTSBASE_A> for MBTSBASE_A[src]

impl StructuralPartialEq for MBTSBASE_A[src]

Auto Trait Implementations

impl Send for MBTSBASE_A

impl Sync for MBTSBASE_A

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