Struct esp32::rtc_io::touch_pad4::R
source · pub struct R(_);
Expand description
Register TOUCH_PAD4
reader
Implementations§
source§impl R
impl R
sourcepub fn to_gpio(&self) -> TO_GPIO_R
pub fn to_gpio(&self) -> TO_GPIO_R
Bit 12 - connect the rtc pad input to digital pad input Ó0Ó is availbale.MTCK
sourcepub fn mux_sel(&self) -> MUX_SEL_R
pub fn mux_sel(&self) -> MUX_SEL_R
Bit 19 - Ò1Ó select the digital function Ó0Óslection the rtc function
sourcepub fn tie_opt(&self) -> TIE_OPT_R
pub fn tie_opt(&self) -> TIE_OPT_R
Bit 21 - default touch sensor tie option. 0: tie low 1: tie high.
Methods from Deref<Target = R<TOUCH_PAD4_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more