pub struct W(_);
Expand description
Register TOUCH_TIMEOUT_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn touch_timeout_num(&mut self) -> TOUCH_TIMEOUT_NUM_W<'_, 0>
pub fn touch_timeout_num(&mut self) -> TOUCH_TIMEOUT_NUM_W<'_, 0>
Bits 0:21 - configure touch timerout time
sourcepub fn touch_timeout_en(&mut self) -> TOUCH_TIMEOUT_EN_W<'_, 22>
pub fn touch_timeout_en(&mut self) -> TOUCH_TIMEOUT_EN_W<'_, 22>
Bit 22 - enable touch timerout
Methods from Deref<Target = W<TOUCH_TIMEOUT_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<TOUCH_TIMEOUT_CTRL_SPEC>> for W
impl From<W<TOUCH_TIMEOUT_CTRL_SPEC>> for W
sourcefn from(writer: W<TOUCH_TIMEOUT_CTRL_SPEC>) -> Self
fn from(writer: W<TOUCH_TIMEOUT_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more