DmaExt

Trait DmaExt 

Source
pub trait DmaExt {
    type Streams;

    // Required method
    fn split(self, ahb: &mut AHB1) -> Self::Streams;
}
Expand description

Split the DMA device into separate streams.

Required Associated Types§

Source

type Streams

Target type

Required Methods§

Source

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

Split into separate streams.

Implementations on Foreign Types§

Source§

impl DmaExt for DMA1

Source§

type Streams = Streams

Source§

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

Source§

impl DmaExt for DMA2

Source§

type Streams = Streams

Source§

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

Implementors§