Type Alias DAC

Source
pub type DAC = Periph<RegisterBlock, 0x4000_7400>;
Expand description

Digital-to-analog converter

See peripheral structure

Aliased Type§

struct DAC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DAC

Source§

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

Formats the value using the given formatter. Read more