pub struct W(_);
Expand description

Register CR1 writer

Implementations

Bit 30 - Analog watchdog fast mode select

Bit 29 - Fast conversion mode selection for regular conversions

Bits 24:26 - Regular channel selection

Bit 21 - DMA channel enabled to read data for the regular conversion

Bit 19 - Launch regular conversion synchronously with DFSDM0

Bit 18 - Continuous mode selection for regular conversions

Bit 17 - Software start of a conversion on the regular channel

Bits 13:14 - Trigger enable and trigger edge selection for injected conversions

Bits 8:10 - Trigger signal selection for launching injected conversions

Bit 5 - DMA channel enabled to read data for the injected channel group

Bit 4 - Scanning conversion mode for injected conversions

Bit 3 - Launch an injected conversion synchronously with the DFSDM0 JSWSTART trigger

Bit 1 - Start a conversion of the injected group of channels

Bit 0 - DFSDM enable

Writes raw bits to the register.

Methods from Deref<Target = W<CR1_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.