embassy-stm32

Crates

git

Versions

stm32h747zi-cm7

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 BDMA_CH0

Source§

impl ChannelInstance for BDMA_CH1

Source§

impl ChannelInstance for BDMA_CH2

Source§

impl ChannelInstance for BDMA_CH3

Source§

impl ChannelInstance for BDMA_CH4

Source§

impl ChannelInstance for BDMA_CH5

Source§

impl ChannelInstance for BDMA_CH6

Source§

impl ChannelInstance for BDMA_CH7

Source§

impl ChannelInstance for DMA1_CH0

Source§

impl ChannelInstance for DMA1_CH1

Source§

impl ChannelInstance for DMA1_CH2

Source§

impl ChannelInstance for DMA1_CH3

Source§

impl ChannelInstance for DMA1_CH4

Source§

impl ChannelInstance for DMA1_CH5

Source§

impl ChannelInstance for DMA1_CH6

Source§

impl ChannelInstance for DMA1_CH7

Source§

impl ChannelInstance for DMA2_CH0

Source§

impl ChannelInstance for DMA2_CH1

Source§

impl ChannelInstance for DMA2_CH2

Source§

impl ChannelInstance for DMA2_CH3

Source§

impl ChannelInstance for DMA2_CH4

Source§

impl ChannelInstance for DMA2_CH5

Source§

impl ChannelInstance for DMA2_CH6

Source§

impl ChannelInstance for DMA2_CH7