pub trait DmaExt {
type Streams;
// Required method
fn split(self, ahb: &mut AHB1) -> Self::Streams;
}Expand description
Split the DMA device into separate streams.
pub trait DmaExt {
type Streams;
// Required method
fn split(self, ahb: &mut AHB1) -> Self::Streams;
}Split the DMA device into separate streams.