pub struct W(_);
Expand description
Register TOUCH_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn touch_dcur(&mut self) -> TOUCH_DCUR_W<'_, 23>
pub fn touch_dcur(&mut self) -> TOUCH_DCUR_W<'_, 23>
Bits 23:24 - touch sensor bias current. Should have option to tie with BIAS_SLEEP(When BIAS_SLEEP this setting is available
sourcepub fn touch_drange(&mut self) -> TOUCH_DRANGE_W<'_, 25>
pub fn touch_drange(&mut self) -> TOUCH_DRANGE_W<'_, 25>
Bits 25:26 - touch sensor saw wave voltage range.
sourcepub fn touch_drefl(&mut self) -> TOUCH_DREFL_W<'_, 27>
pub fn touch_drefl(&mut self) -> TOUCH_DREFL_W<'_, 27>
Bits 27:28 - touch sensor saw wave bottom voltage.
sourcepub fn touch_drefh(&mut self) -> TOUCH_DREFH_W<'_, 29>
pub fn touch_drefh(&mut self) -> TOUCH_DREFH_W<'_, 29>
Bits 29:30 - touch sensor saw wave top voltage.
sourcepub fn touch_xpd_bias(&mut self) -> TOUCH_XPD_BIAS_W<'_, 31>
pub fn touch_xpd_bias(&mut self) -> TOUCH_XPD_BIAS_W<'_, 31>
Bit 31 - touch sensor bias power on.
Methods from Deref<Target = W<TOUCH_CFG_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