pub struct R(_);Expand description
Register SAR_TOUCH_THRES2 reader
Implementations
sourceimpl R
impl R
sourcepub fn touch_out_th3(&self) -> TOUCH_OUT_TH3_R
pub fn touch_out_th3(&self) -> TOUCH_OUT_TH3_R
Bits 0:15 - the threshold for touch pad 3
sourcepub fn touch_out_th2(&self) -> TOUCH_OUT_TH2_R
pub fn touch_out_th2(&self) -> TOUCH_OUT_TH2_R
Bits 16:31 - the threshold for touch pad 2
Methods from Deref<Target = R<SAR_TOUCH_THRES2_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_TOUCH_THRES2_SPEC>> for R
impl From<R<SAR_TOUCH_THRES2_SPEC>> for R
sourcefn from(reader: R<SAR_TOUCH_THRES2_SPEC>) -> Self
fn from(reader: R<SAR_TOUCH_THRES2_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