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

#[repr(u8)]pub enum PLFS_A {
    _00,
    _01,
    _10,
    _11,
}

Payload Filtering Selection

Value on reset: 0

Variants

_00

0: Match upon a payload contents against an exact target value

_01

1: Match upon a payload value greater than or equal to a specified target value

_10

2: Match upon a payload value smaller than or equal to a specified target value

_11

3: Match upon a payload value inside a range, greater than or equal to a specified lower limit and smaller than or equal a specified upper limit

Trait Implementations

impl Clone for PLFS_A[src]

impl Copy for PLFS_A[src]

impl Debug for PLFS_A[src]

impl From<PLFS_A> for u8[src]

impl PartialEq<PLFS_A> for PLFS_A[src]

impl StructuralPartialEq for PLFS_A[src]

Auto Trait Implementations

impl Send for PLFS_A

impl Sync for PLFS_A

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