Type Alias DMA1

Source
pub type DMA1 = Periph<RegisterBlock, 0x4002_0000>;
Expand description

DMA controller

See peripheral structure

Aliased Type§

struct DMA1 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DMA1

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more