Type Alias DMA2

Source
pub type DMA2 = Periph<RegisterBlock, 0x4002_0400>;
Expand description

Direct memory access controller

See peripheral structure

Aliased Type§

pub struct DMA2 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DMA2

Source§

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

Formats the value using the given formatter. Read more