Embassy
embassy-nrf

Crates

git

Versions

nrf52805

Flavors

pub trait ConfigurableChannel: Channel + Into<AnyConfigurableChannel> {
    // Required method
    fn degrade(self) -> AnyConfigurableChannel;
}
Expand description

Interface for PPI channels that can be configured.

Required Methods§

source

fn degrade(self) -> AnyConfigurableChannel

Convert into a type erased configurable channel.

Object Safety§

This trait is not object safe.

Implementors§