[][src]Enum imxrt1062_can3::ctrl1::CLKSRC_A

pub enum CLKSRC_A {
    CLKSRC_0,
    CLKSRC_1,
}

CAN Engine Clock Source

Value on reset: 0

Variants

CLKSRC_0

0: The CAN engine clock source is the oscillator clock. Under this condition, the oscillator clock frequency must be lower than the bus clock.

CLKSRC_1

1: The CAN engine clock source is the peripheral clock.

Trait Implementations

impl Clone for CLKSRC_A[src]

impl Copy for CLKSRC_A[src]

impl Debug for CLKSRC_A[src]

impl From<CLKSRC_A> for bool[src]

impl PartialEq<CLKSRC_A> for CLKSRC_A[src]

impl StructuralPartialEq for CLKSRC_A[src]

Auto Trait Implementations

impl Send for CLKSRC_A

impl Sync for CLKSRC_A

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