IdfsW

Type Alias IdfsW 

pub type IdfsW<'a, REG> = FieldWriter<'a, REG, 2, Idfs, Safe>;
Expand description

Field IDFS writer - ID Filtering Selection

Aliased Type§

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

Implementations§

§

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

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

Match upon a ID contents against an exact target value

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

Match upon a ID value greater than or equal to a specified target value

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

Match upon a ID value smaller than or equal to a specified target value

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

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