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

Associated Types

Required methods

Implementors