Struct stm32f103xx_hal::gpio::gpioc::PCx [−][src]
pub struct PCx<MODE> { /* fields omitted */ }
Partially erased pin
Trait Implementations
impl<MODE> OutputPin for PCx<Output<MODE>>
[src]
impl<MODE> OutputPin for PCx<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 PCx<Output<MODE>>
[src]
impl<MODE> StatefulOutputPin for PCx<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 PCx<Output<MODE>>
[src]
impl<MODE> Default for PCx<Output<MODE>>