Adc0

Type Alias Adc0 

pub type Adc0 = Periph<RegisterBlock, 0x4003_B000>;
Expand description

Analog-to-Digital Converter

Aliased Type§

pub struct Adc0 {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Adc0

§

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

Formats the value using the given formatter. Read more