pub struct W(_);
Expand description

Register CFGR writer

Implementations

Bit 31 - ADC group injected contexts queue disable

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

Bit 25 - ADC group injected automatic trigger mode

Bit 24 - ADC analog watchdog 1 enable on scope ADC group injected

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 - ADC group injected contexts queue mode

Bit 20 - ADC group injected sequencer discontinuous mode

Bits 17:19 - ADC group regular sequencer discontinuous number of ranks

Bit 16 - ADC group regular sequencer discontinuous mode

Bit 14 - ADC low power auto wait

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 5:9 - ADC group regular external trigger source

Bits 2:4 - ADC data resolution

Bits 0:1 - ADC DMA transfer enable

Writes raw bits to the register.

Methods from Deref<Target = W<CFGR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.