pub struct R(_);
Expand description
Register CH9_EVAL
reader
Implementations
sourceimpl R
impl R
sourcepub fn compthres(&self) -> COMPTHRES_R
pub fn compthres(&self) -> COMPTHRES_R
Bits 0:15 - Decision threshold for counter
sourcepub fn strsample(&self) -> STRSAMPLE_R
pub fn strsample(&self) -> STRSAMPLE_R
Bit 18 - Select if counter result should be stored
sourcepub fn scanresinv(&self) -> SCANRESINV_R
pub fn scanresinv(&self) -> SCANRESINV_R
Bit 19 - Enable inversion of result
Methods from Deref<Target = R<CH9_EVAL_SPEC>>
Trait Implementations
sourceimpl From<R<CH9_EVAL_SPEC>> for R
impl From<R<CH9_EVAL_SPEC>> for R
sourcefn from(reader: R<CH9_EVAL_SPEC>) -> Self
fn from(reader: R<CH9_EVAL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more