[][src]Enum wip_s32k144::can0::ctrl1_pn::NMATCH_A

#[repr(u8)]pub enum NMATCH_A {
    _00000001,
    _00000010,
    _11111111,
}

Number of Messages Matching the Same Filtering Criteria

Value on reset: 1

Variants

_00000001

1: Received message must match the predefined filtering criteria for ID and/or PL once before generating a wake up event.

_00000010

2: Received message must match the predefined filtering criteria for ID and/or PL twice before generating a wake up event.

_11111111

255: Received message must match the predefined filtering criteria for ID and/or PL 255 times before generating a wake up event.

Trait Implementations

impl Clone for NMATCH_A[src]

impl Copy for NMATCH_A[src]

impl Debug for NMATCH_A[src]

impl From<NMATCH_A> for u8[src]

impl PartialEq<NMATCH_A> for NMATCH_A[src]

impl StructuralPartialEq for NMATCH_A[src]

Auto Trait Implementations

impl Send for NMATCH_A

impl Sync for NMATCH_A

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