Struct stm32f1::stm32f107::ADC2[][src]

pub struct ADC2 { /* fields omitted */ }

Analog to digital converter

Methods

impl ADC2
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for ADC2
[src]

impl Deref for ADC2
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for ADC2