pub trait DmaInit { type Channels; // Required method fn split(self, rcc: &mut Rcc) -> Self::Channels; }