embassy-nrf

Crates

git

Versions

nrf5340-app-ns

Flavors

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

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

sourceยง

impl ConfigurableChannel for PPI_CH0

sourceยง

impl ConfigurableChannel for PPI_CH1

sourceยง

impl ConfigurableChannel for PPI_CH2

sourceยง

impl ConfigurableChannel for PPI_CH3

sourceยง

impl ConfigurableChannel for PPI_CH4

sourceยง

impl ConfigurableChannel for PPI_CH5

sourceยง

impl ConfigurableChannel for PPI_CH6

sourceยง

impl ConfigurableChannel for PPI_CH7

sourceยง

impl ConfigurableChannel for PPI_CH8

sourceยง

impl ConfigurableChannel for PPI_CH9

sourceยง

impl ConfigurableChannel for PPI_CH10

sourceยง

impl ConfigurableChannel for PPI_CH11

sourceยง

impl ConfigurableChannel for PPI_CH12

sourceยง

impl ConfigurableChannel for PPI_CH13

sourceยง

impl ConfigurableChannel for PPI_CH14

sourceยง

impl ConfigurableChannel for PPI_CH15

sourceยง

impl ConfigurableChannel for PPI_CH16

sourceยง

impl ConfigurableChannel for PPI_CH17

sourceยง

impl ConfigurableChannel for PPI_CH18

sourceยง

impl ConfigurableChannel for PPI_CH19

sourceยง

impl ConfigurableChannel for PPI_CH20

sourceยง

impl ConfigurableChannel for PPI_CH21

sourceยง

impl ConfigurableChannel for PPI_CH22

sourceยง

impl ConfigurableChannel for PPI_CH23

sourceยง

impl ConfigurableChannel for PPI_CH24

sourceยง

impl ConfigurableChannel for PPI_CH25

sourceยง

impl ConfigurableChannel for PPI_CH26

sourceยง

impl ConfigurableChannel for PPI_CH27

sourceยง

impl ConfigurableChannel for PPI_CH28

sourceยง

impl ConfigurableChannel for PPI_CH29

sourceยง

impl ConfigurableChannel for PPI_CH30

sourceยง

impl ConfigurableChannel for PPI_CH31

sourceยง

impl ConfigurableChannel for AnyConfigurableChannel