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

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

Trait to represent task output pin.

Required methods

Implementors