GetBasedDmaIf

Trait GetBasedDmaIf 

Source
pub trait GetBasedDmaIf<D: BasedDmaOps> {
    // Required method
    fn get_based_dma_if(&self) -> &D;
}
Expand description

Getter trait for a DMA interface.

Required Methods§

Source

fn get_based_dma_if(&self) -> &D

Returns an abstract DMA interface.

Implementors§