Struct stm32f105xx::adc1::cr1::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 23 - Analog watchdog enable on regular channels

[src]

Bit 22 - Analog watchdog enable on injected channels

[src]

Bits 16:19 - Dual mode selection

[src]

Bits 13:15 - Discontinuous mode channel count

[src]

Bit 12 - Discontinuous mode on injected channels

[src]

Bit 11 - Discontinuous mode on regular channels

[src]

Bit 10 - Automatic injected group conversion

[src]

Bit 9 - Enable the watchdog on a single channel in scan mode

[src]

Bit 8 - Scan mode

[src]

Bit 7 - Interrupt enable for injected channels

[src]

Bit 6 - Analog watchdog interrupt enable

[src]

Bit 5 - Interrupt enable for EOC

[src]

Bits 0:4 - Analog watchdog channel select bits

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R