Stream1

Type Alias Stream1 

Source
pub type Stream1<DMA> = StreamX<DMA, 1>;
Expand description

Stream 1 on the DMA controller.

Aliased Typeยง

pub struct Stream1<DMA> { /* private fields */ }