Trait stm32h7xx_hal::dma::traits::Direction[][src]

pub trait Direction {
    fn new() -> Self;
fn direction() -> DmaDirection; }

DMA direction.

Required methods

fn new() -> Self[src]

Creates a new instance of the type.

fn direction() -> DmaDirection[src]

Returns the DmaDirection of the type.

Loading content...

Implementors

Loading content...