embassy_stm32::dma

Trait Channel

source
pub trait Channel:
    Channel
    + Peripheral<P = Self>
    + 'static { }
Expand description

DMA channel.

Object Safety§

This trait is not object safe.

Implementors§