Struct esp32s2::rtc_io::rtc_io_touch_ctrl::W
source · pub struct W(_);
Expand description
Register RTC_IO_TOUCH_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn io_touch_bufsel(&mut self) -> IO_TOUCH_BUFSEL_W<'_, 0>
pub fn io_touch_bufsel(&mut self) -> IO_TOUCH_BUFSEL_W<'_, 0>
Bits 0:3
sourcepub fn io_touch_bufmode(&mut self) -> IO_TOUCH_BUFMODE_W<'_, 4>
pub fn io_touch_bufmode(&mut self) -> IO_TOUCH_BUFMODE_W<'_, 4>
Bit 4
Methods from Deref<Target = W<RTC_IO_TOUCH_CTRL_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