[][src]Enum xmc4800::can_node0::nfcr::CFMOD_A

pub enum CFMOD_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

CAN Frame Counter Mode

Value on reset: 0

Variants

VALUE1

0: Frame Count Mode: The frame counter is incremented upon the reception and transmission of frames.

VALUE2

1: Time Stamp Mode: The frame counter is used to count bit times.

VALUE3

2: Bit Timing Mode: The frame counter is used for analysis of the bit timing.

VALUE4

3: Error Count Mode: The frame counter is used for counting when an error frame is received or an error is detected by the node.

Trait Implementations

impl From<CFMOD_A> for u8[src]

impl PartialEq<CFMOD_A> for CFMOD_A[src]

impl Debug for CFMOD_A[src]

impl Copy for CFMOD_A[src]

impl Clone for CFMOD_A[src]

Auto Trait Implementations

impl Unpin for CFMOD_A

impl Send for CFMOD_A

impl Sync for CFMOD_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