Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Trait embassy_rp::clocks::GpoutPin

source ·
pub trait GpoutPin: Pin {
    // Required method
    fn number(&self) -> usize;
}
Expand description

General purpose clock output pin.

Required Methods§

source

fn number(&self) -> usize

Pin number.

Object Safety§

This trait is not object safe.

Implementors§