Struct stm32l4x6::dfsdm::dfsdm1_cr1::W

source ·
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Reset value of the register

Writes raw bits to the register

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

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.

Should always be Self
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.