Struct esp32s3_hal::pac::sens::sar_touch_status16::R
pub struct R(_);
Expand description
Register SAR_TOUCH_STATUS16
reader
Implementations§
§impl R
impl R
pub fn sar_touch_approach_pad2_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_touch_approach_pad2_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - touch current approach count of approach pad2
pub fn sar_touch_approach_pad1_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_touch_approach_pad1_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - touch current approach count of approach pad1
pub fn sar_touch_approach_pad0_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_touch_approach_pad0_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23 - touch current approach count of approach pad0
pub fn sar_touch_slp_approach_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn sar_touch_slp_approach_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - touch current approach count of slp pad
Methods from Deref<Target = R<SAR_TOUCH_STATUS16_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<SAR_TOUCH_STATUS16_SPEC>> for R
impl From<R<SAR_TOUCH_STATUS16_SPEC>> for R
§fn from(reader: R<SAR_TOUCH_STATUS16_SPEC>) -> R
fn from(reader: R<SAR_TOUCH_STATUS16_SPEC>) -> R
Converts to this type from the input type.