[][src]Trait nrf52840_hal::gpiote::GpioteOutputPin

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

Trait to represent task output pin.

Required methods

pub fn pin(&self) -> u8[src]

pub fn port(&self) -> Port[src]

Loading content...

Implementors

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

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

Loading content...