Struct esp32s2::sens::sar_touch_status14::R   
source · pub struct R(_);Expand description
Register SAR_TOUCH_STATUS14 reader
Implementations§
source§impl R
 
impl R
sourcepub fn touch_pad14_data(&self) -> TOUCH_PAD14_DATA_R
 
pub fn touch_pad14_data(&self) -> TOUCH_PAD14_DATA_R
Bits 0:21 - The data of touch pad 14, depending on the setting of SENS_TOUCH_DATA_SEL.
sourcepub fn touch_pad14_debounce(&self) -> TOUCH_PAD14_DEBOUNCE_R
 
pub fn touch_pad14_debounce(&self) -> TOUCH_PAD14_DEBOUNCE_R
Bits 29:31 - Touch pad 14 debounce value.
Methods from Deref<Target = R<SAR_TOUCH_STATUS14_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more