pub struct R(/* private fields */);Expand description
Register SCANCTRLX reader
Implementations§
Source§impl R
impl R
Sourcepub fn vrefattfix(&self) -> VREFATTFIX_R
pub fn vrefattfix(&self) -> VREFATTFIX_R
Bit 3 - Enable Fixed Scaling on VREF
Sourcepub fn vrefatt(&self) -> VREFATT_R
pub fn vrefatt(&self) -> VREFATT_R
Bits 4:7 - Code for VREF Attenuation Factor When VREFSEL is 1, 2 or 5
Sourcepub fn fifoofact(&self) -> FIFOOFACT_R
pub fn fifoofact(&self) -> FIFOOFACT_R
Bit 14 - Scan FIFO Overflow Action
Sourcepub fn convstartdelay(&self) -> CONVSTARTDELAY_R
pub fn convstartdelay(&self) -> CONVSTARTDELAY_R
Bits 24:26 - Delay Next Conversion Start If CONVSTARTDELAYEN is Set
Sourcepub fn convstartdelayen(&self) -> CONVSTARTDELAYEN_R
pub fn convstartdelayen(&self) -> CONVSTARTDELAYEN_R
Bit 27 - Enable Delaying Next Conversion Start
Methods from Deref<Target = R<SCANCTRLX_SPEC>>§
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