pub struct R(/* private fields */);Expand description
Register CR1 reader
Implementations§
Source§impl R
impl R
Sourcepub fn rdmaen(&self) -> RDMAEN_R
pub fn rdmaen(&self) -> RDMAEN_R
Bit 21 - DMA channel enabled to read data for the regular conversion
Sourcepub fn rswstart(&self) -> RSWSTART_R
pub fn rswstart(&self) -> RSWSTART_R
Bit 17 - Software start of a conversion on the regular channel
Sourcepub fn jexten(&self) -> JEXTEN_R
pub fn jexten(&self) -> JEXTEN_R
Bits 13:14 - Trigger enable and trigger edge selection for injected conversions
Sourcepub fn jextsel(&self) -> JEXTSEL_R
pub fn jextsel(&self) -> JEXTSEL_R
Bits 8:10 - Trigger signal selection for launching injected conversions
Sourcepub fn jdmaen(&self) -> JDMAEN_R
pub fn jdmaen(&self) -> JDMAEN_R
Bit 5 - DMA channel enabled to read data for the injected channel group
Sourcepub fn jsync(&self) -> JSYNC_R
pub fn jsync(&self) -> JSYNC_R
Bit 3 - Launch an injected conversion synchronously with the DFSDM0 JSWSTART trigger
Sourcepub fn jswstart(&self) -> JSWSTART_R
pub fn jswstart(&self) -> JSWSTART_R
Bit 1 - Start a conversion of the injected group of channels
Methods from Deref<Target = R<CR1_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
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