[][src]Trait alt_stm32f30x_hal::dma::DmaExt

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

DmaExt

Associated Types

type Channels

Channel

Loading content...

Required methods

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

Split

Loading content...

Implementors

impl DmaExt for DMA1[src]

type Channels = Channels

impl DmaExt for DMA2[src]

type Channels = Channels

Loading content...