PlfsR

Type Alias PlfsR 

pub type PlfsR = FieldReader<Plfs>;
Expand description

Field PLFS reader - Payload Filtering Selection

Aliased Type§

pub struct PlfsR { /* private fields */ }

Implementations§

§

impl PlfsR

pub const fn variant(&self) -> Plfs

Get enumerated values variant

pub fn is_00(&self) -> bool

Match upon a payload contents against an exact target value

pub fn is_01(&self) -> bool

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

pub fn is_10(&self) -> bool

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

pub fn is_11(&self) -> bool

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