embassy-stm32

Crates

git

Versions

stm32h755ii-cm7

Flavors

TypedChannel

Trait TypedChannel 

Source
pub trait TypedChannel: Channel {
    type Interrupt: Interrupt;
}
Expand description

A Channel that has not been type-erased

Required Associated Types§

Source

type Interrupt: Interrupt

The interrupt type for this DMA channel.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl TypedChannel for BDMA_CH0

Source§

impl TypedChannel for BDMA_CH1

Source§

impl TypedChannel for BDMA_CH2

Source§

impl TypedChannel for BDMA_CH3

Source§

impl TypedChannel for BDMA_CH4

Source§

impl TypedChannel for BDMA_CH5

Source§

impl TypedChannel for BDMA_CH6

Source§

impl TypedChannel for BDMA_CH7

Source§

impl TypedChannel for DMA1_CH0

Source§

impl TypedChannel for DMA1_CH1

Source§

impl TypedChannel for DMA1_CH2

Source§

impl TypedChannel for DMA1_CH3

Source§

impl TypedChannel for DMA1_CH4

Source§

impl TypedChannel for DMA1_CH5

Source§

impl TypedChannel for DMA1_CH6

Source§

impl TypedChannel for DMA1_CH7

Source§

impl TypedChannel for DMA2_CH0

Source§

impl TypedChannel for DMA2_CH1

Source§

impl TypedChannel for DMA2_CH2

Source§

impl TypedChannel for DMA2_CH3

Source§

impl TypedChannel for DMA2_CH4

Source§

impl TypedChannel for DMA2_CH5

Source§

impl TypedChannel for DMA2_CH6

Source§

impl TypedChannel for DMA2_CH7