embassy-stm32

Crates

git

Versions

stm32u5f9bj

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 GPDMA1_CH0

Source§

impl TypedChannel for GPDMA1_CH1

Source§

impl TypedChannel for GPDMA1_CH2

Source§

impl TypedChannel for GPDMA1_CH3

Source§

impl TypedChannel for GPDMA1_CH4

Source§

impl TypedChannel for GPDMA1_CH5

Source§

impl TypedChannel for GPDMA1_CH6

Source§

impl TypedChannel for GPDMA1_CH7

Source§

impl TypedChannel for GPDMA1_CH8

Source§

impl TypedChannel for GPDMA1_CH9

Source§

impl TypedChannel for GPDMA1_CH10

Source§

impl TypedChannel for GPDMA1_CH11

Source§

impl TypedChannel for GPDMA1_CH12

Source§

impl TypedChannel for GPDMA1_CH13

Source§

impl TypedChannel for GPDMA1_CH14

Source§

impl TypedChannel for GPDMA1_CH15

Source§

impl TypedChannel for LPDMA1_CH0

Source§

impl TypedChannel for LPDMA1_CH1

Source§

impl TypedChannel for LPDMA1_CH2

Source§

impl TypedChannel for LPDMA1_CH3