Trait nrf52840_hal::gpiote::GpioteInputPin

source ·
pub trait GpioteInputPin {
    // Required methods
    fn pin(&self) -> u8;
    fn port(&self) -> Port;
}
Expand description

Trait to represent event input pin.

Required Methods§

source

fn pin(&self) -> u8

source

fn port(&self) -> Port

Implementors§