Type Alias ADC

Source
pub type ADC = Periph<RegisterBlock, 0x4001_2400>;
Expand description

Analog-to-digital converter

See peripheral structure

Aliased Type§

struct ADC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for ADC

Source§

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

Formats the value using the given formatter. Read more