pub struct R(_);
Expand description

Register CFGR1 reader

Implementations

Bits 26:30 - ADC analog watchdog 1 monitored channel selection

Bit 23 - ADC analog watchdog 1 enable on scope ADC group regular

Bit 22 - ADC analog watchdog 1 monitoring a single channel or all channels

Bit 21 - Mode selection of the ADC_CHSELR register

Bit 16 - ADC group regular sequencer discontinuous mode

Bit 15 - Auto-off mode

Bit 14 - Wait conversion mode

Bit 13 - ADC group regular continuous conversion mode

Bit 12 - ADC group regular overrun configuration

Bits 10:11 - ADC group regular external trigger polarity

Bits 6:8 - ADC group regular external trigger source

Bit 5 - ADC data alignement

Bits 3:4 - ADC data resolution

Bit 2 - Scan sequence direction

Bit 1 - ADC DMA transfer configuration

Bit 0 - ADC DMA transfer enable

Methods from Deref<Target = R<CFGR1_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.