[][src]Enum xmc4200::can_node0::nsr::SUSACK_A

pub enum SUSACK_A {
    VALUE1,
    VALUE2,
}

Suspend Acknowledge

Value on reset: 0

Variants

VALUE1

0: The CAN node is not in Suspend Mode or a suspend request is pending, but the CAN node has not yet reached bus-idle or bus-off.

VALUE2

1: The CAN node is in Suspend Mode: The CAN node is inactive (bit NCR.INIT internally forced to 1) due to an OCDS suspend request.

Trait Implementations

impl Clone for SUSACK_A[src]

impl Copy for SUSACK_A[src]

impl Debug for SUSACK_A[src]

impl From<SUSACK_A> for bool[src]

impl PartialEq<SUSACK_A> for SUSACK_A[src]

impl StructuralPartialEq for SUSACK_A[src]

Auto Trait Implementations

impl Send for SUSACK_A

impl Sync for SUSACK_A

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