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