pub type Stream3<DMA> = StreamX<DMA, 3>;
Stream 3 on the DMA controller.
pub struct Stream3<DMA> { /* private fields */ }