Struct esp32s3::rtc_cntl::touch_approach::R
source · pub struct R(_);Expand description
Register TOUCH_APPROACH reader
Implementations§
source§impl R
impl R
sourcepub fn touch_approach_meas_time(&self) -> TOUCH_APPROACH_MEAS_TIME_R
pub fn touch_approach_meas_time(&self) -> TOUCH_APPROACH_MEAS_TIME_R
Bits 24:31 - approach pads total meas times
Methods from Deref<Target = R<TOUCH_APPROACH_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