embassy-stm32

Crates

git

Versions

stm32u5f7vj

Flavors

ChannelInstance

Trait ChannelInstance 

Source
pub trait ChannelInstance:
    SealedChannelInstance
    + PeripheralType
    + 'static {
    type Interrupt: Interrupt;
}
Expand description

DMA channel.

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 ChannelInstance for GPDMA1_CH0

Source§

impl ChannelInstance for GPDMA1_CH1

Source§

impl ChannelInstance for GPDMA1_CH2

Source§

impl ChannelInstance for GPDMA1_CH3

Source§

impl ChannelInstance for GPDMA1_CH4

Source§

impl ChannelInstance for GPDMA1_CH5

Source§

impl ChannelInstance for GPDMA1_CH6

Source§

impl ChannelInstance for GPDMA1_CH7

Source§

impl ChannelInstance for GPDMA1_CH8

Source§

impl ChannelInstance for GPDMA1_CH9

Source§

impl ChannelInstance for GPDMA1_CH10

Source§

impl ChannelInstance for GPDMA1_CH11

Source§

impl ChannelInstance for GPDMA1_CH12

Source§

impl ChannelInstance for GPDMA1_CH13

Source§

impl ChannelInstance for GPDMA1_CH14

Source§

impl ChannelInstance for GPDMA1_CH15

Source§

impl ChannelInstance for LPDMA1_CH0

Source§

impl ChannelInstance for LPDMA1_CH1

Source§

impl ChannelInstance for LPDMA1_CH2

Source§

impl ChannelInstance for LPDMA1_CH3