NmatchR

Type Alias NmatchR 

pub type NmatchR = FieldReader<Nmatch>;
Expand description

Field NMATCH reader - Number of Messages Matching the Same Filtering Criteria

Aliased Type§

pub struct NmatchR { /* private fields */ }

Implementations§

§

impl NmatchR

pub const fn variant(&self) -> Option<Nmatch>

Get enumerated values variant

pub fn is_00000001(&self) -> bool

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

pub fn is_00000010(&self) -> bool

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

pub fn is_11111111(&self) -> bool

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