PeR

Type Alias PeR 

pub type PeR = BitReader<Pe>;
Expand description

Field PE reader - Pull Enable

Aliased Type§

pub struct PeR { /* private fields */ }

Implementations§

§

impl PeR

pub const fn variant(&self) -> Pe

Get enumerated values variant

pub fn is_0(&self) -> bool

Internal pullup or pulldown resistor is not enabled on the corresponding pin.

pub fn is_1(&self) -> bool

Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input.