Stream2

Type Alias Stream2 

Source
pub type Stream2<DMA> = StreamX<DMA, 2>;
Expand description

Stream 2 on the DMA controller.

Aliased Typeยง

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