Enum Nmatch
#[repr(u8)]pub enum Nmatch {
_00000001 = 1,
_00000010 = 2,
_11111111 = 255,
}Expand description
Number of Messages Matching the Same Filtering Criteria
Value on reset: 1
Variants§
_00000001 = 1
1: Received message must match the predefined filtering criteria for ID and/or PL once before generating a wake up event.
_00000010 = 2
2: Received message must match the predefined filtering criteria for ID and/or PL twice before generating a wake up event.
_11111111 = 255
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 Copy for Nmatch
impl Eq for Nmatch
impl IsEnum for Nmatch
impl StructuralPartialEq for Nmatch
Auto Trait Implementations§
impl Freeze for Nmatch
impl RefUnwindSafe for Nmatch
impl Send for Nmatch
impl Sync for Nmatch
impl Unpin for Nmatch
impl UnwindSafe for Nmatch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more