Struct stm32f1::stm32f107::ADC3[][src]

pub struct ADC3 { /* fields omitted */ }

Analog to digital converter

Methods

impl ADC3
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for ADC3
[src]

impl Deref for ADC3
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for ADC3