pub trait DmaExt {
    type Channels;

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

DmaExt

Required Associated Types

Channel

Required Methods

Split

Implementors