Trait stm32f429_hal::dma::DmaExt
[−]
[src]
pub trait DmaExt {
type Streams;
fn split(self, ahb: &mut AHB1) -> Self::Streams;
}Split the DMA device into separate streams.
Associated Types
type Streams
Target type