Embassy
embassy-nrf

Crates

git

Versions

nrf52805

Flavors

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§