Struct stm32f030_cf::DMA[][src]

pub struct DMA { /* fields omitted */ }

DMA controller

Methods

impl DMA
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for DMA
[src]

impl Deref for DMA
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for DMA