PlfsW

Type Alias PlfsW 

pub type PlfsW<'a, REG> = FieldWriter<'a, REG, 2, Plfs, Safe>;
Expand description

Field PLFS writer - Payload Filtering Selection

Aliased Type§

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

Implementations§

§

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

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

Match upon a payload contents against an exact target value

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

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

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

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

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

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