[][src]Trait nucleo_f103rb::_stm32_hal_dma_DmaExt

pub trait _stm32_hal_dma_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

impl DmaExt for DMA1[src]

type Channels = Channels

impl DmaExt for DMA2[src]

type Channels = Channels

Loading content...