pub type Ctl0R = FieldReader<Ctl0>;
Expand description
Field CTL0
reader - Port x configuration bits (x = 0)
Aliased Type§
struct Ctl0R { /* private fields */ }
Implementations§
source§impl Ctl0R
impl Ctl0R
sourcepub fn is_analog_or_push_pull(&self) -> bool
pub fn is_analog_or_push_pull(&self) -> bool
Analog mode/GPIO output with push-pull
sourcepub fn is_floating_or_open_drain(&self) -> bool
pub fn is_floating_or_open_drain(&self) -> bool
Floating input/GPIO output with open-drain
sourcepub fn is_input_or_afio_pp(&self) -> bool
pub fn is_input_or_afio_pp(&self) -> bool
Input with pull-up pull-down/AFIO output with push-pull
sourcepub fn is_rsvdor_afio_od(&self) -> bool
pub fn is_rsvdor_afio_od(&self) -> bool
Reserved/AFIO output with open-drain