pub struct R(/* private fields */);
Expand description
Register STATUS
reader
Implementations§
Source§impl R
impl R
Sourcepub fn bufdatav(&self) -> BUFDATAV_R
pub fn bufdatav(&self) -> BUFDATAV_R
Bit 0 - Result data valid
Sourcepub fn bufhalffull(&self) -> BUFHALFFULL_R
pub fn bufhalffull(&self) -> BUFHALFFULL_R
Bit 1 - Result buffer half full
Sourcepub fn scanactive(&self) -> SCANACTIVE_R
pub fn scanactive(&self) -> SCANACTIVE_R
Bit 4 - LESENSE is currently interfacing sensors.
Sourcepub fn dacactive(&self) -> DACACTIVE_R
pub fn dacactive(&self) -> DACACTIVE_R
Bit 5 - LESENSE DAC interface is active
Methods from Deref<Target = R<STATUS_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