Struct stm32f0x0::DMA1[][src]

pub struct DMA1 { /* fields omitted */ }

DMA controller

Methods

impl DMA1
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for DMA1
[src]

impl Deref for DMA1
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for DMA1