Struct esp32_hal::pac::rtcio::touch_pad3::R
pub struct R(_);
Expand description
Register TOUCH_PAD3
reader
Implementations§
§impl R
impl R
pub fn to_gpio(&self) -> BitReaderRaw<bool>
pub fn to_gpio(&self) -> BitReaderRaw<bool>
Bit 12 - connect the rtc pad input to digital pad input Ó0Ó is availbale.MTDO
pub fn fun_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn fun_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 17:18 - the functional selection signal of the pad
pub fn mux_sel(&self) -> BitReaderRaw<bool>
pub fn mux_sel(&self) -> BitReaderRaw<bool>
Bit 19 - Ò1Ó select the digital function Ó0Óslection the rtc function
pub fn tie_opt(&self) -> BitReaderRaw<bool>
pub fn tie_opt(&self) -> BitReaderRaw<bool>
Bit 21 - default touch sensor tie option. 0: tie low 1: tie high.
Methods from Deref<Target = R<TOUCH_PAD3_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_PAD3_SPEC>> for R
impl From<R<TOUCH_PAD3_SPEC>> for R
§fn from(reader: R<TOUCH_PAD3_SPEC>) -> R
fn from(reader: R<TOUCH_PAD3_SPEC>) -> R
Converts to this type from the input type.