Struct esp32s3_hal::pac::rtc_cntl::touch_timeout_ctrl::R
pub struct R(_);
Expand description
Register TOUCH_TIMEOUT_CTRL
reader
Implementations§
§impl R
impl R
pub fn touch_timeout_num(&self) -> FieldReaderRaw<u32, u32>
pub fn touch_timeout_num(&self) -> FieldReaderRaw<u32, u32>
Bits 0:21 - configure touch timerout time
pub fn touch_timeout_en(&self) -> BitReaderRaw<bool>
pub fn touch_timeout_en(&self) -> BitReaderRaw<bool>
Bit 22 - enable touch timerout
Methods from Deref<Target = R<TOUCH_TIMEOUT_CTRL_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_TIMEOUT_CTRL_SPEC>> for R
impl From<R<TOUCH_TIMEOUT_CTRL_SPEC>> for R
§fn from(reader: R<TOUCH_TIMEOUT_CTRL_SPEC>) -> R
fn from(reader: R<TOUCH_TIMEOUT_CTRL_SPEC>) -> R
Converts to this type from the input type.