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