pub struct R(/* private fields */);
Expand description
Register CTRL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn scanmode(&self) -> SCANMODE_R
pub fn scanmode(&self) -> SCANMODE_R
Bits 0:1 - Configure scan mode
Sourcepub fn scanconf(&self) -> SCANCONF_R
pub fn scanconf(&self) -> SCANCONF_R
Bits 6:7 - Select scan configuration
Sourcepub fn acmp0inv(&self) -> ACMP0INV_R
pub fn acmp0inv(&self) -> ACMP0INV_R
Bit 9 - Invert analog comparator 0 output
Sourcepub fn acmp1inv(&self) -> ACMP1INV_R
pub fn acmp1inv(&self) -> ACMP1INV_R
Bit 10 - Invert analog comparator 1 output
Sourcepub fn altexmap(&self) -> ALTEXMAP_R
pub fn altexmap(&self) -> ALTEXMAP_R
Bit 11 - Alternative excitation map
Sourcepub fn dualsample(&self) -> DUALSAMPLE_R
pub fn dualsample(&self) -> DUALSAMPLE_R
Bit 13 - Enable dual sample mode
Sourcepub fn strscanres(&self) -> STRSCANRES_R
pub fn strscanres(&self) -> STRSCANRES_R
Bit 17 - Enable storing of SCANRES
Sourcepub fn debugrun(&self) -> DEBUGRUN_R
pub fn debugrun(&self) -> DEBUGRUN_R
Bit 22 - Debug Mode Run Enable
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