Trait embassy_stm32::dma::bdma::Channel
source · pub trait Channel: Channel + Peripheral<P = Self> + 'static + MuxChannel { }
Expand description
DMA channel.
Object Safety§
This trait is not object safe.
pub trait Channel: Channel + Peripheral<P = Self> + 'static + MuxChannel { }
DMA channel.