Struct stm32f103xx::ADC1[][src]

pub struct ADC1 { /* fields omitted */ }
[]

Analog to digital converter

Methods

impl ADC1
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Send for ADC1
[src]

impl Deref for ADC1
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for ADC1