Stream0

Type Alias Stream0 

Source
pub type Stream0<DMA> = StreamX<DMA, 0>;
Expand description

Stream 0 on the DMA controller.

Aliased Typeยง

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