PfeR

Type Alias PfeR 

pub type PfeR = BitReader<Pfe>;
Expand description

Field PFE reader - Passive Filter Enable

Aliased Type§

pub struct PfeR { /* private fields */ }

Implementations§

§

impl PfeR

pub const fn variant(&self) -> Pfe

Get enumerated values variant

pub fn is_0(&self) -> bool

Passive input filter is disabled on the corresponding pin.

pub fn is_1(&self) -> bool

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.