Trait stm32f3xx_hal::dma::Target[][src]

pub trait Target {
    fn enable_dma(&mut self) { ... }
fn disable_dma(&mut self) { ... } }
Expand description

Trait implemented by DMA targets.

Provided methods

Enable DMA on the target

Disable DMA on the target

Implementors