Embassy
embassy-nrf

Crates

git

Versions

nrf5340-net

Flavors

Trait embassy_nrf::ppi::ConfigurableChannel

source ·
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§