DfeR

Type Alias DfeR 

pub type DfeR = FieldReader<Dfe>;
Expand description

Field DFE reader - Digital Filter Enable

Aliased Type§

pub struct DfeR { /* private fields */ }

Implementations§

§

impl DfeR

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

Get enumerated values variant

pub fn is_0(&self) -> bool

Digital filter is disabled on the corresponding pin and output of the digital filter is reset to zero.

pub fn is_1(&self) -> bool

Digital filter is enabled on the corresponding pin, if the pin is configured as a digital input.