Struct stm32f429_hal::dma::dma2::Streams [] [src]

pub struct Streams {
    pub s0: S0,
    pub s1: S1,
    pub s2: S2,
    pub s3: S3,
    pub s4: S4,
    pub s5: S5,
    pub s6: S6,
    pub s7: S7,
}

The numbered DMA streams of a device that you can use separately.

Fields

DMA stream $sx

DMA stream $sx

DMA stream $sx

DMA stream $sx

DMA stream $sx

DMA stream $sx

DMA stream $sx

DMA stream $sx

Trait Implementations

impl Debug for Streams
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Streams

impl Sync for Streams