embassy-nrf

Crates

git

Versions

nrf52810

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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ยง