pub trait DmaMuxExt { type Channels; // Required method fn split(self) -> 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