Stream3

Type Alias Stream3 

Source
pub type Stream3<DMA> = StreamX<DMA, 3>;
Expand description

Stream 3 on the DMA controller.

Aliased Typeยง

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