pub struct W(/* private fields */);
Expand description
Register CTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn scanmode(&mut self) -> SCANMODE_W<'_>
pub fn scanmode(&mut self) -> SCANMODE_W<'_>
Bits 0:1 - Configure scan mode
Sourcepub fn scanconf(&mut self) -> SCANCONF_W<'_>
pub fn scanconf(&mut self) -> SCANCONF_W<'_>
Bits 6:7 - Select scan configuration
Sourcepub fn acmp0inv(&mut self) -> ACMP0INV_W<'_>
pub fn acmp0inv(&mut self) -> ACMP0INV_W<'_>
Bit 9 - Invert analog comparator 0 output
Sourcepub fn acmp1inv(&mut self) -> ACMP1INV_W<'_>
pub fn acmp1inv(&mut self) -> ACMP1INV_W<'_>
Bit 10 - Invert analog comparator 1 output
Sourcepub fn altexmap(&mut self) -> ALTEXMAP_W<'_>
pub fn altexmap(&mut self) -> ALTEXMAP_W<'_>
Bit 11 - Alternative excitation map
Sourcepub fn dualsample(&mut self) -> DUALSAMPLE_W<'_>
pub fn dualsample(&mut self) -> DUALSAMPLE_W<'_>
Bit 13 - Enable dual sample mode
Sourcepub fn strscanres(&mut self) -> STRSCANRES_W<'_>
pub fn strscanres(&mut self) -> STRSCANRES_W<'_>
Bit 17 - Enable storing of SCANRES
Sourcepub fn bufidl(&mut self) -> BUFIDL_W<'_>
pub fn bufidl(&mut self) -> BUFIDL_W<'_>
Bit 18 - Result buffer interrupt and DMA trigger level
Sourcepub fn debugrun(&mut self) -> DEBUGRUN_W<'_>
pub fn debugrun(&mut self) -> DEBUGRUN_W<'_>
Bit 22 - Debug Mode Run Enable
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