Struct stm32f103xx_hal::gpio::gpioa::PAx [−][src]
pub struct PAx<MODE> { /* fields omitted */ }
Partially erased pin
Trait Implementations
impl<MODE> OutputPin for PAx<Output<MODE>>
[src]
impl<MODE> OutputPin for PAx<Output<MODE>>
fn set_high(&mut self)
[src]
fn set_high(&mut self)
Drives the pin high Read more
fn set_low(&mut self)
[src]
fn set_low(&mut self)
Drives the pin low Read more
impl<MODE> StatefulOutputPin for PAx<Output<MODE>>
[src]
impl<MODE> StatefulOutputPin for PAx<Output<MODE>>
fn is_set_high(&self) -> bool
[src]
fn is_set_high(&self) -> bool
Is the pin in drive high mode? Read more
fn is_set_low(&self) -> bool
[src]
fn is_set_low(&self) -> bool
Is the pin in drive low mode? Read more
impl<MODE> Default for PAx<Output<MODE>>
[src]
impl<MODE> Default for PAx<Output<MODE>>