embassy-nrf

Crates

git

Versions

nrf9161-s

Flavors

embassy_nrf::ppi

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