[][src]Trait stm32f1xx_hal::dma::DmaExt

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...