Struct esp32s3::rtc_io::touch_ctrl::W
source · pub struct W(_);Expand description
Register 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 - BUF_SEL when touch work without fsm
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 - BUF_MODE when touch work without fsm
Methods from Deref<Target = W<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