pub struct R(_);
Expand description
Register TOUCH_CFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn touch_dcur(&self) -> TOUCH_DCUR_R
pub fn touch_dcur(&self) -> TOUCH_DCUR_R
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(&self) -> TOUCH_DRANGE_R
pub fn touch_drange(&self) -> TOUCH_DRANGE_R
Bits 25:26 - touch sensor saw wave voltage range.
sourcepub fn touch_drefl(&self) -> TOUCH_DREFL_R
pub fn touch_drefl(&self) -> TOUCH_DREFL_R
Bits 27:28 - touch sensor saw wave bottom voltage.
sourcepub fn touch_drefh(&self) -> TOUCH_DREFH_R
pub fn touch_drefh(&self) -> TOUCH_DREFH_R
Bits 29:30 - touch sensor saw wave top voltage.
sourcepub fn touch_xpd_bias(&self) -> TOUCH_XPD_BIAS_R
pub fn touch_xpd_bias(&self) -> TOUCH_XPD_BIAS_R
Bit 31 - touch sensor bias power on.
Methods from Deref<Target = R<TOUCH_CFG_SPEC>>
Trait Implementations
sourceimpl From<R<TOUCH_CFG_SPEC>> for R
impl From<R<TOUCH_CFG_SPEC>> for R
sourcefn from(reader: R<TOUCH_CFG_SPEC>) -> Self
fn from(reader: R<TOUCH_CFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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