pub struct R(/* private fields */);
Expand description
Register SYNCBUSY
reader
Implementations§
Source§impl R
impl R
Sourcepub fn biasctrl(&self) -> BIASCTRL_R
pub fn biasctrl(&self) -> BIASCTRL_R
Bit 4 - LESENSE_BIASCTRL Register Busy
Sourcepub fn decstate(&self) -> DECSTATE_R
pub fn decstate(&self) -> DECSTATE_R
Bit 12 - LESENSE_DECSTATE Register Busy
Sourcepub fn sensorstate(&self) -> SENSORSTATE_R
pub fn sensorstate(&self) -> SENSORSTATE_R
Bit 13 - LESENSE_SENSORSTATE Register Busy
Sourcepub fn idleconf(&self) -> IDLECONF_R
pub fn idleconf(&self) -> IDLECONF_R
Bit 14 - LESENSE_IDLECONF Register Busy
Sourcepub fn altexconf(&self) -> ALTEXCONF_R
pub fn altexconf(&self) -> ALTEXCONF_R
Bit 15 - LESENSE_ALTEXCONF Register Busy
Sourcepub fn powerdown(&self) -> POWERDOWN_R
pub fn powerdown(&self) -> POWERDOWN_R
Bit 17 - LESENSE_POWERDOWN Register Busy
Sourcepub fn interact(&self) -> INTERACT_R
pub fn interact(&self) -> INTERACT_R
Bit 25 - LESENSE_CHx_INTERACT Register Busy
Methods from Deref<Target = R<SYNCBUSY_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