[][src]Enum imxrt1062_can3::ctrl2::TSTAMPCAP_A

#[repr(u8)]pub enum TSTAMPCAP_A {
    TSTAMPCAP_0,
    TSTAMPCAP_1,
    TSTAMPCAP_2,
    TSTAMPCAP_3,
}

Time Stamp Capture Point

Value on reset: 0

Variants

TSTAMPCAP_0

0: The high resolution time stamp capture is disabled

TSTAMPCAP_1

1: The high resolution time stamp is captured in the end of the CAN frame

TSTAMPCAP_2

2: The high resolution time stamp is captured in the start of the CAN frame

TSTAMPCAP_3

3: The high resolution time stamp is captured in the start of frame for classical CAN frames and in res bit for CAN FD frames

Trait Implementations

impl Clone for TSTAMPCAP_A[src]

impl Copy for TSTAMPCAP_A[src]

impl Debug for TSTAMPCAP_A[src]

impl From<TSTAMPCAP_A> for u8[src]

impl PartialEq<TSTAMPCAP_A> for TSTAMPCAP_A[src]

impl StructuralPartialEq for TSTAMPCAP_A[src]

Auto Trait Implementations

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.