Trait nrf52832_hal::gpiote::GpioteInputPin[][src]

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

Trait to represent event input pin.

Required methods

Implementors