[][src]Enum atsame54n::can0::psr::ACT_A

#[repr(u8)]pub enum ACT_A {
    SYNC,
    IDLE,
    RX,
    TX,
}

Activity

Value on reset: 0

Variants

SYNC

0: Node is synchronizing on CAN communication

IDLE

1: Node is neither receiver nor transmitter

RX

2: Node is operating as receiver

TX

3: Node is operating as transmitter

Trait Implementations

impl Clone for ACT_A[src]

impl Copy for ACT_A[src]

impl Debug for ACT_A[src]

impl From<ACT_A> for u8[src]

impl PartialEq<ACT_A> for ACT_A[src]

impl StructuralPartialEq for ACT_A[src]

Auto Trait Implementations

impl Send for ACT_A

impl Sync for ACT_A

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