[][src]Trait stm32f3xx_hal_v2::dma::DmaExt

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

Extension trait to split a DMA peripheral into independent channels

Associated Types

type Channels[src]

The type to split the DMA into

Loading content...

Required methods

pub fn split(self, ahb: &mut AHB) -> Self::Channels[src]

Split the DMA into independent channels

Loading content...

Implementors

impl DmaExt for DMA1[src]

type Channels = Channels

impl DmaExt for DMA2[src]

type Channels = Channels

Loading content...