DmaExt

Trait DmaExt 

Source
pub trait DmaExt {
    type Channels;

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

Required Associated Types§

Required Methods§

Source

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

Implementors§