Struct stm32f042_hal::gpio::gpiof::PF
[−]
[src]
pub struct PF<MODE> { /* fields omitted */ }Partially erased pin
Methods
impl<TYPE> PF<TYPE>[src]
Trait Implementations
impl<MODE> OutputPin for PF<Output<MODE>>[src]
fn is_high(&self) -> bool[src]
Is the output pin high?
fn is_low(&self) -> bool[src]
Is the output pin low?
fn set_high(&mut self)[src]
Sets the pin high
fn set_low(&mut self)[src]
Sets the pin low