[][src]Enum stm32f0xx_hal::pac::can::esr::LEC_A

#[repr(u8)]pub enum LEC_A {
    NOERROR,
    STUFF,
    FORM,
    ACK,
    BITRECESSIVE,
    BITDOMINANT,
    CRC,
    CUSTOM,
}

LEC

Value on reset: 0

Variants

NOERROR

0: No Error

STUFF

1: Stuff Error

FORM

2: Form Error

ACK

3: Acknowledgment Error

BITRECESSIVE

4: Bit recessive Error

BITDOMINANT

5: Bit dominant Error

CRC

6: CRC Error

CUSTOM

7: Set by software

Trait Implementations

impl Clone for LEC_A[src]

impl Copy for LEC_A[src]

impl Debug for LEC_A[src]

impl PartialEq<LEC_A> for LEC_A[src]

Auto Trait Implementations

impl Send for LEC_A

impl Sync for LEC_A

impl Unpin for LEC_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> Same<T> for T

type Output = T

Should always be Self

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.