Trait nrf52840_hal::gpiote::GpioteOutputPin

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

Trait to represent task output pin.

Required Methods§

source

fn pin(&self) -> u8

source

fn port(&self) -> Port

Implementors§