DfeW

Type Alias DfeW 

pub type DfeW<'a, REG> = FieldWriter<'a, REG, 32, Dfe>;
Expand description

Field DFE writer - Digital Filter Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> DfeW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u32>,

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

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

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

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