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