pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn jswstart(&self) -> JSWSTARTR
pub fn jswstart(&self) -> JSWSTARTR
Bit 1 - Start a conversion of the injected group of channels
Sourcepub fn jsync(&self) -> JSYNCR
pub fn jsync(&self) -> JSYNCR
Bit 3 - Launch an injected conversion synchronously with the DFSDM0 JSWSTART trigger
Sourcepub fn jdmaen(&self) -> JDMAENR
pub fn jdmaen(&self) -> JDMAENR
Bit 5 - DMA channel enabled to read data for the injected channel group
Sourcepub fn jextsel(&self) -> JEXTSELR
pub fn jextsel(&self) -> JEXTSELR
Bits 8:12 - Trigger signal selection for launching injected conversions
Sourcepub fn jexten(&self) -> JEXTENR
pub fn jexten(&self) -> JEXTENR
Bits 13:14 - Trigger enable and trigger edge selection for injected conversions
Sourcepub fn rswstart(&self) -> RSWSTARTR
pub fn rswstart(&self) -> RSWSTARTR
Bit 17 - Software start of a conversion on the regular channel
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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