Type Alias stm32f4xx_hal::dma::Stream5

source ·
pub type Stream5<DMA> = StreamX<DMA, 5>;
Expand description

Stream 5 on the DMA controller.

Aliased Type§

struct Stream5<DMA> { /* private fields */ }