[][src]Enum imxrt1062_can3::ctrl1::LOM_A

pub enum LOM_A {
    LOM_0,
    LOM_1,
}

Listen-Only Mode

Value on reset: 0

Variants

LOM_0

0: Listen-Only mode is deactivated.

LOM_1

1: FlexCAN module operates in Listen-Only mode.

Trait Implementations

impl Clone for LOM_A[src]

impl Copy for LOM_A[src]

impl Debug for LOM_A[src]

impl From<LOM_A> for bool[src]

impl PartialEq<LOM_A> for LOM_A[src]

impl StructuralPartialEq for LOM_A[src]

Auto Trait Implementations

impl Send for LOM_A

impl Sync for LOM_A

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