pub struct W(_);
Expand description
Register SAR_TOUCH_THRES3
writer
Implementations
sourceimpl W
impl W
sourcepub fn touch_out_th5(&mut self) -> TOUCH_OUT_TH5_W<'_, 0>
pub fn touch_out_th5(&mut self) -> TOUCH_OUT_TH5_W<'_, 0>
Bits 0:15 - the threshold for touch pad 5
sourcepub fn touch_out_th4(&mut self) -> TOUCH_OUT_TH4_W<'_, 16>
pub fn touch_out_th4(&mut self) -> TOUCH_OUT_TH4_W<'_, 16>
Bits 16:31 - the threshold for touch pad 4
Methods from Deref<Target = W<SAR_TOUCH_THRES3_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_TOUCH_THRES3_SPEC>> for W
impl From<W<SAR_TOUCH_THRES3_SPEC>> for W
sourcefn from(writer: W<SAR_TOUCH_THRES3_SPEC>) -> Self
fn from(writer: W<SAR_TOUCH_THRES3_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