Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Trait embassy_rp::clocks::GpinPin

source ·
pub trait GpinPin: Pin {
    const NR: usize;
}
Expand description

General purpose input clock pin.

Required Associated Constants§

source

const NR: usize

Pin number.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl GpinPin for PIN_20

source§

const NR: usize = 0usize

source§

impl GpinPin for PIN_22

source§

const NR: usize = 1usize