FiltenR

Type Alias FiltenR 

pub type FiltenR = BitReader<Filten>;
Expand description

Field FILTEN reader - Filter Enable

Aliased Type§

pub struct FiltenR { /* private fields */ }

Implementations§

§

impl FiltenR

pub const fn variant(&self) -> Filten

Get enumerated values variant

pub fn is_0(&self) -> bool

Disable digital filter and output delay counter for slave mode.

pub fn is_1(&self) -> bool

Enable digital filter and output delay counter for slave mode.