Embassy
embassy-nrf

Crates

git

Versions

nrf52805

Flavors

Trait embassy_nrf::ppi::Channel

source ·
pub trait Channel: SealedChannel + Peripheral<P = Self> + Sized + 'static {
    // Required method
    fn number(&self) -> usize;
}
Expand description

Interface for PPI channels.

Required Methods§

source

fn number(&self) -> usize

Returns the number of the channel

Object Safety§

This trait is not object safe.

Implementors§