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

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

Trait implemented by DMA targets.

Provided methods

fn enable_dma(&mut self)

Enable DMA on the target

fn disable_dma(&mut self)

Disable DMA on the target

Loading content...

Implementors

impl Target for Rx<USART1>[src]

impl Target for Rx<USART2>[src]

impl Target for Rx<USART3>[src]

impl Target for Tx<USART1>[src]

impl Target for Tx<USART2>[src]

impl Target for Tx<USART3>[src]

Loading content...