Trait stm32f3xx_hal::dma::OnChannel[][src]

pub trait OnChannel<C: Channel>: Target + Sealed { }
Expand description

Marker trait mapping DMA targets to their channels

Implementors