PfeW

Type Alias PfeW 

pub type PfeW<'a, REG> = BitWriter<'a, REG, Pfe>;
Expand description

Field PFE writer - Passive Filter Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> PfeW<'a, REG>
where REG: Writable + RegisterSpec,

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

Passive input filter is disabled on the corresponding pin.

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

Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics.