Type Alias FlenR

Source
pub type FlenR = FieldReader<Flenselect>;
Expand description

Field FLEN reader - Filter Length

Aliased Type§

struct FlenR { /* private fields */ }

Implementations§

Source§

impl FlenR

Source

pub const fn variant(&self) -> Option<Flenselect>

Get enumerated values variant

Source

pub fn is_off(&self) -> bool

No filtering

Source

pub fn is_maj3(&self) -> bool

3-bit majority function (2 of 3)

Source

pub fn is_maj5(&self) -> bool

5-bit majority function (3 of 5)