Struct stm32l4x6::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