NmatchW

Type Alias NmatchW 

pub type NmatchW<'a, REG> = FieldWriter<'a, REG, 8, Nmatch>;
Expand description

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

Aliased Type§

pub struct NmatchW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> NmatchW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

pub fn _00000001(self) -> &'a mut W<REG>

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

pub fn _00000010(self) -> &'a mut W<REG>

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

pub fn _11111111(self) -> &'a mut W<REG>

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