Type Alias DMA2D

Source
pub type DMA2D = Periph<RegisterBlock, 0x4002_b000>;
Expand description

DMA2D controller

See peripheral structure

Aliased Type§

struct DMA2D { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DMA2D

Source§

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

Formats the value using the given formatter. Read more