Trait stm32f103xx_hal::dma::DmaExt [] [src]

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

Associated Types

Required Methods

Implementations on Foreign Types

impl DmaExt for DMA1
[src]

[src]

impl DmaExt for DMA2
[src]

[src]

Implementors