pub struct R(/* private fields */);
Expand description
Register CH7_EVAL
reader
Implementations§
Source§impl R
impl R
Sourcepub fn compthres(&self) -> COMPTHRES_R
pub fn compthres(&self) -> COMPTHRES_R
Bits 0:15 - Decision Threshold for Sensor Data
Sourcepub fn strsample(&self) -> STRSAMPLE_R
pub fn strsample(&self) -> STRSAMPLE_R
Bits 18:19 - Enable Storing of Sensor Sample in Result Buffer
Sourcepub fn scanresinv(&self) -> SCANRESINV_R
pub fn scanresinv(&self) -> SCANRESINV_R
Bit 20 - Enable Inversion of Result
Methods from Deref<Target = R<CH7_EVAL_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