Struct stm32f042_hal::gpio::gpiob::PB
[−]
[src]
pub struct PB<MODE> { /* fields omitted */ }Partially erased pin
Methods
impl<TYPE> PB<TYPE>[src]
Trait Implementations
impl<MODE> OutputPin for PB<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