Stream4

Type Alias Stream4 

Source
pub type Stream4<DMA> = StreamX<DMA, 4>;
Expand description

Stream 4 on the DMA controller.

Aliased Typeยง

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