Struct esp32s3::rtc_cntl::touch_ctrl1::R
source · pub struct R(_);
Expand description
Register TOUCH_CTRL1
reader
Implementations§
source§impl R
impl R
sourcepub fn touch_sleep_cycles(&self) -> TOUCH_SLEEP_CYCLES_R
pub fn touch_sleep_cycles(&self) -> TOUCH_SLEEP_CYCLES_R
Bits 0:15 - sleep cycles for timer
sourcepub fn touch_meas_num(&self) -> TOUCH_MEAS_NUM_R
pub fn touch_meas_num(&self) -> TOUCH_MEAS_NUM_R
Bits 16:31 - the meas length (in 8MHz)
Methods from Deref<Target = R<TOUCH_CTRL1_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