FcsW

Type Alias FcsW 

pub type FcsW<'a, REG> = FieldWriter<'a, REG, 2, Fcs, Safe>;
Expand description

Field FCS writer - Filtering Combination Selection

Aliased Type§

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

Implementations§

§

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

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

Message ID filtering only

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

Message ID filtering and payload filtering

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

Message ID filtering occurring a specified number of times.

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

Message ID filtering and payload filtering a specified number of times