Struct esp32s3_hal::pac::rtc_cntl::touch_ctrl1::R
pub struct R(_);
Expand description
Register TOUCH_CTRL1
reader
Implementations§
§impl R
impl R
pub fn touch_sleep_cycles(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_sleep_cycles(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - sleep cycles for timer
pub fn touch_meas_num(&self) -> FieldReaderRaw<u16, u16>
pub fn touch_meas_num(&self) -> FieldReaderRaw<u16, u16>
Bits 16:31 - the meas length (in 8MHz)
Methods from Deref<Target = R<TOUCH_CTRL1_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_CTRL1_SPEC>> for R
impl From<R<TOUCH_CTRL1_SPEC>> for R
§fn from(reader: R<TOUCH_CTRL1_SPEC>) -> R
fn from(reader: R<TOUCH_CTRL1_SPEC>) -> R
Converts to this type from the input type.