Struct stm32f105xx::DMA1 [] [src]

pub struct DMA1 { /* fields omitted */ }

DMA controller

Methods

impl DMA1
[src]

[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.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for DMA1