[][src]Enum imxrt1062_can3::esr1::FLTCONF_A

#[repr(u8)]pub enum FLTCONF_A {
    FLTCONF_0,
    FLTCONF_1,
    FLTCONF_2,
}

Fault Confinement State

Value on reset: 0

Variants

FLTCONF_0

0: Error Active

FLTCONF_1

1: Error Passive

FLTCONF_2

2: Bus Off

Trait Implementations

impl Clone for FLTCONF_A[src]

impl Copy for FLTCONF_A[src]

impl Debug for FLTCONF_A[src]

impl From<FLTCONF_A> for u8[src]

impl PartialEq<FLTCONF_A> for FLTCONF_A[src]

impl StructuralPartialEq for FLTCONF_A[src]

Auto Trait Implementations

impl Send for FLTCONF_A

impl Sync for FLTCONF_A

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