Adc1

Type Alias Adc1 

pub type Adc1 = Periph<RegisterBlock, 0x4002_7000>;
Expand description

Analog-to-Digital Converter

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Adc1

§

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

Formats the value using the given formatter. Read more