pub trait DmaExt { type Channels; // Required method fn split(self, ahb: &mut AHB1) -> Self::Channels; }