Trait 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§