pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn jswstart(&mut self) -> _JSWSTARTW<'_>
pub fn jswstart(&mut self) -> _JSWSTARTW<'_>
Bit 1 - Start a conversion of the injected group of channels
Sourcepub fn jsync(&mut self) -> _JSYNCW<'_>
pub fn jsync(&mut self) -> _JSYNCW<'_>
Bit 3 - Launch an injected conversion synchronously with the DFSDM0 JSWSTART trigger
Sourcepub fn jscan(&mut self) -> _JSCANW<'_>
pub fn jscan(&mut self) -> _JSCANW<'_>
Bit 4 - Scanning conversion mode for injected conversions
Sourcepub fn jdmaen(&mut self) -> _JDMAENW<'_>
pub fn jdmaen(&mut self) -> _JDMAENW<'_>
Bit 5 - DMA channel enabled to read data for the injected channel group
Sourcepub fn jextsel(&mut self) -> _JEXTSELW<'_>
pub fn jextsel(&mut self) -> _JEXTSELW<'_>
Bits 8:12 - Trigger signal selection for launching injected conversions
Sourcepub fn jexten(&mut self) -> _JEXTENW<'_>
pub fn jexten(&mut self) -> _JEXTENW<'_>
Bits 13:14 - Trigger enable and trigger edge selection for injected conversions
Sourcepub fn rswstart(&mut self) -> _RSWSTARTW<'_>
pub fn rswstart(&mut self) -> _RSWSTARTW<'_>
Bit 17 - Software start of a conversion on the regular channel
Sourcepub fn rcont(&mut self) -> _RCONTW<'_>
pub fn rcont(&mut self) -> _RCONTW<'_>
Bit 18 - Continuous mode selection for regular conversions
Sourcepub fn rsync(&mut self) -> _RSYNCW<'_>
pub fn rsync(&mut self) -> _RSYNCW<'_>
Bit 19 - Launch regular conversion synchronously with DFSDM0
Sourcepub fn rdmaen(&mut self) -> _RDMAENW<'_>
pub fn rdmaen(&mut self) -> _RDMAENW<'_>
Bit 21 - DMA channel enabled to read data for the regular conversion
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more