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 7:8 - Select Scan Configuration
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