embassy-nrf

Crates

git

Versions

nrf52810

Flavors

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

Trait embassy_nrf::ppi::StaticChannel

source ยท
pub trait StaticChannel: Channel + Into<AnyStaticChannel> {
    // Required method
    fn degrade(self) -> AnyStaticChannel;
}
Expand description

Interface for PPI channels that cannot be configured.

Required Methodsยง

source

fn degrade(self) -> AnyStaticChannel

Convert into a type erased static channel.

Object Safetyยง

This trait is not object safe.

Implementorsยง