pub trait DmaExt { type Channels; // Required method fn split(self, ahb: &mut AHB) -> Self::Channels; }
Extension trait to split a DMA peripheral into independent channels
The type to split the DMA into
Split the DMA into independent channels