pub trait DmaExt {
    type Channels;

    fn split(self, ahb: &mut AHB1) -> Self::Channels;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§