pub struct W(_);
Expand description

Register CFGR writer

Implementations

Bit 31 - Injected Queue disable

Bits 26:30 - Analog watchdog 1 channel selection

Bit 25 - Automatic injected group conversion

Bit 24 - Analog watchdog 1 enable on injected channels

Bit 23 - Analog watchdog 1 enable on regular channels

Bit 22 - Enable the watchdog 1 on a single channel or on all channels

Bit 21 - JSQR queue mode

Bit 20 - Discontinuous mode on injected channels

Bits 17:19 - Discontinuous mode channel count

Bit 16 - Discontinuous mode for regular channels

Bit 15 - Data alignment

Bit 14 - Delayed conversion mode

Bit 13 - Single / continuous conversion mode for regular conversions

Bit 12 - Overrun mode

Bits 10:11 - External trigger enable and polarity selection for regular channels

Bits 5:9 - External trigger selection for regular group

Bits 3:4 - Data resolution

Bit 1 - Direct memory access configuration

Bit 0 - Direct memory access 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.