pub struct R(_);
Expand description
Register TOUCH_CFG
reader
Implementations§
§impl R
impl R
pub fn touch_dcur(&self) -> FieldReaderRaw<u8, u8>
pub fn touch_dcur(&self) -> FieldReaderRaw<u8, u8>
Bits 23:24 - touch sensor bias current. Should have option to tie with BIAS_SLEEP(When BIAS_SLEEP this setting is available
pub fn touch_drange(&self) -> FieldReaderRaw<u8, u8>
pub fn touch_drange(&self) -> FieldReaderRaw<u8, u8>
Bits 25:26 - touch sensor saw wave voltage range.
pub fn touch_drefl(&self) -> FieldReaderRaw<u8, u8>
pub fn touch_drefl(&self) -> FieldReaderRaw<u8, u8>
Bits 27:28 - touch sensor saw wave bottom voltage.
pub fn touch_drefh(&self) -> FieldReaderRaw<u8, u8>
pub fn touch_drefh(&self) -> FieldReaderRaw<u8, u8>
Bits 29:30 - touch sensor saw wave top voltage.
pub fn touch_xpd_bias(&self) -> BitReaderRaw<bool>
pub fn touch_xpd_bias(&self) -> BitReaderRaw<bool>
Bit 31 - touch sensor bias power on.
Methods from Deref<Target = R<TOUCH_CFG_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<TOUCH_CFG_SPEC>> for R
impl From<R<TOUCH_CFG_SPEC>> for R
§fn from(reader: R<TOUCH_CFG_SPEC>) -> R
fn from(reader: R<TOUCH_CFG_SPEC>) -> R
Converts to this type from the input type.