[][src]Trait nrf52832_hal::gpiote::GpioteOutputPin

pub trait GpioteOutputPin {
    fn pin(&self) -> u8;
}

Trait to represent task output pin

Required methods

fn pin(&self) -> u8

Loading content...

Implementors

impl GpioteOutputPin for Pin<Output<OpenDrain>>[src]

impl GpioteOutputPin for Pin<Output<PushPull>>[src]

Loading content...