Struct esp32s3::rtc_cntl::int_raw_rtc::W
source · pub struct W(_);
Expand description
Register INT_RAW_RTC
writer
Implementations§
source§impl W
impl W
sourcepub fn touch_approach_loop_done_int_raw(
&mut self
) -> TOUCH_APPROACH_LOOP_DONE_INT_RAW_W<'_, 20>
pub fn touch_approach_loop_done_int_raw( &mut self ) -> TOUCH_APPROACH_LOOP_DONE_INT_RAW_W<'_, 20>
Bit 20 - touch approach mode loop interrupt raw
Methods from Deref<Target = W<INT_RAW_RTC_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