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