Struct esp32_hal::pac::sens::sar_touch_enable::R
pub struct R(_);
Expand description
Register SAR_TOUCH_ENABLE
reader
Implementations§
§impl R
impl R
pub fn touch_pad_worken(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_pad_worken(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9 - Bitmap defining the working set during the measurement.
pub fn touch_pad_outen2(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_pad_outen2(&self) -> FieldReaderRaw<u16, u16>
Bits 10:19 - Bitmap defining SET2 for generating wakeup interrupt. SET2 is “touched” only if at least one of touch pad in SET2 is “touched”.
pub fn touch_pad_outen1(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_pad_outen1(&self) -> FieldReaderRaw<u16, u16>
Bits 20:29 - Bitmap defining SET1 for generating wakeup interrupt. SET1 is “touched” only if at least one of touch pad in SET1 is “touched”.
Methods from Deref<Target = R<SAR_TOUCH_ENABLE_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_ENABLE_SPEC>> for R
impl From<R<SAR_TOUCH_ENABLE_SPEC>> for R
§fn from(reader: R<SAR_TOUCH_ENABLE_SPEC>) -> R
fn from(reader: R<SAR_TOUCH_ENABLE_SPEC>) -> R
Converts to this type from the input type.