[][src]Trait stm32l4xx_hal::dma::DmaExt

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

impl DmaExt for DMA1[src]

type Channels = Channels

Loading content...