Struct stm32l0x2::DMA1 [] [src]

pub struct DMA1 { /* fields omitted */ }

Direct memory access 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