[][src]Enum xmc4800::can_node0::nsr::LLE_A

pub enum LLE_A {
    VALUE1,
    VALUE2,
}

List Length Error

Value on reset: 0

Variants

VALUE1

0: No List Length Error since last (most recent) flag reset.

VALUE2

1: A List Length Error has been detected during message acceptance filtering. The number of elements in the list that belongs to this CAN node differs from the list SIZE given in the list termination pointer.

Trait Implementations

impl From<LLE_A> for bool[src]

impl PartialEq<LLE_A> for LLE_A[src]

impl Debug for LLE_A[src]

impl Copy for LLE_A[src]

impl Clone for LLE_A[src]

Auto Trait Implementations

impl Unpin for LLE_A

impl Send for LLE_A

impl Sync for LLE_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self