pub struct R(_);
Expand description
Register SAR_TOUCH_STATUS13
reader
Implementations
sourceimpl R
impl R
sourcepub fn touch_pad13_data(&self) -> TOUCH_PAD13_DATA_R
pub fn touch_pad13_data(&self) -> TOUCH_PAD13_DATA_R
Bits 0:21 - The data of touch pad 13, depending on the setting of SENS_TOUCH_DATA_SEL.
sourcepub fn touch_pad13_debounce(&self) -> TOUCH_PAD13_DEBOUNCE_R
pub fn touch_pad13_debounce(&self) -> TOUCH_PAD13_DEBOUNCE_R
Bits 29:31 - Touch pad 13 debounce value.
Methods from Deref<Target = R<SAR_TOUCH_STATUS13_SPEC>>
Trait Implementations
sourceimpl From<R<SAR_TOUCH_STATUS13_SPEC>> for R
impl From<R<SAR_TOUCH_STATUS13_SPEC>> for R
sourcefn from(reader: R<SAR_TOUCH_STATUS13_SPEC>) -> Self
fn from(reader: R<SAR_TOUCH_STATUS13_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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