Struct PDx
stm32f30x_hal::gpio::gpiod
pub struct PDx<MODE> { /* fields omitted */ }
Partially erased pin
impl<MODE> OutputPin for PDx<Output<MODE>>
fn is_high(&self) -> bool
Is the output pin high?
fn is_low(&self) -> bool
Is the output pin low?
fn set_high(&mut self)
Sets the pin high
fn set_low(&mut self)
Sets the pin low