pub struct W(_);
Expand description
Register CH2_EVAL
writer
Implementations
sourceimpl W
impl W
sourcepub fn compthres(&mut self) -> COMPTHRES_W<'_>
pub fn compthres(&mut self) -> COMPTHRES_W<'_>
Bits 0:15 - Decision Threshold for Sensor Data
sourcepub fn strsample(&mut self) -> STRSAMPLE_W<'_>
pub fn strsample(&mut self) -> STRSAMPLE_W<'_>
Bits 18:19 - Enable Storing of Sensor Sample in Result Buffer
sourcepub fn scanresinv(&mut self) -> SCANRESINV_W<'_>
pub fn scanresinv(&mut self) -> SCANRESINV_W<'_>
Bit 20 - Enable Inversion of Result
Methods from Deref<Target = W<CH2_EVAL_SPEC>>
Trait Implementations
sourceimpl From<W<CH2_EVAL_SPEC>> for W
impl From<W<CH2_EVAL_SPEC>> for W
sourcefn from(writer: W<CH2_EVAL_SPEC>) -> Self
fn from(writer: W<CH2_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