[][src]Enum imxrt1062_can3::ctrl2::TIMER_SRC_A

pub enum TIMER_SRC_A {
    TIMER_SRC_0,
    TIMER_SRC_1,
}

Timer Source

Value on reset: 0

Variants

TIMER_SRC_0

0: The Free Running Timer is clocked by the CAN bit clock, which defines the baud rate on the CAN bus.

TIMER_SRC_1

1: The Free Running Timer is clocked by an external time tick. The period can be either adjusted to be equal to the baud rate on the CAN bus, or a different value as required. See the device specific section for details about the external time tick.

Trait Implementations

impl Clone for TIMER_SRC_A[src]

impl Copy for TIMER_SRC_A[src]

impl Debug for TIMER_SRC_A[src]

impl From<TIMER_SRC_A> for bool[src]

impl PartialEq<TIMER_SRC_A> for TIMER_SRC_A[src]

impl StructuralPartialEq for TIMER_SRC_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.