PsR

Type Alias PsR 

pub type PsR = BitReader<Ps>;
Expand description

Field PS reader - Pull Select

Aliased Type§

pub struct PsR { /* private fields */ }

Implementations§

§

impl PsR

pub const fn variant(&self) -> Ps

Get enumerated values variant

pub fn is_0(&self) -> bool

Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set.

pub fn is_1(&self) -> bool

Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set.