Type Alias DMA

Source
pub type DMA = Periph<RegisterBlock, 0x6008_0000>;
Expand description

DMA (Direct Memory Access) Controller

Aliased Type§

pub struct DMA { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DMA

Source§

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

Formats the value using the given formatter. Read more