pub struct W(_);
Expand description
Register TOUCH_PAD0
writer
Implementations
sourceimpl W
impl W
sourcepub fn to_gpio(&mut self) -> TO_GPIO_W<'_, 12>
pub fn to_gpio(&mut self) -> TO_GPIO_W<'_, 12>
Bit 12 - connect the rtc pad input to digital pad input Ó0Ó is availbale GPIO4
sourcepub fn slp_oe(&mut self) -> SLP_OE_W<'_, 14>
pub fn slp_oe(&mut self) -> SLP_OE_W<'_, 14>
Bit 14 - the output enable of the pad in sleep status
sourcepub fn slp_ie(&mut self) -> SLP_IE_W<'_, 15>
pub fn slp_ie(&mut self) -> SLP_IE_W<'_, 15>
Bit 15 - the input enable of the pad in sleep status
sourcepub fn slp_sel(&mut self) -> SLP_SEL_W<'_, 16>
pub fn slp_sel(&mut self) -> SLP_SEL_W<'_, 16>
Bit 16 - the sleep status selection signal of the pad
sourcepub fn fun_sel(&mut self) -> FUN_SEL_W<'_, 17>
pub fn fun_sel(&mut self) -> FUN_SEL_W<'_, 17>
Bits 17:18 - the functional selection signal of the pad
sourcepub fn mux_sel(&mut self) -> MUX_SEL_W<'_, 19>
pub fn mux_sel(&mut self) -> MUX_SEL_W<'_, 19>
Bit 19 - Ò1Ó select the digital function Ó0Óslection the rtc function
sourcepub fn tie_opt(&mut self) -> TIE_OPT_W<'_, 21>
pub fn tie_opt(&mut self) -> TIE_OPT_W<'_, 21>
Bit 21 - default touch sensor tie option. 0: tie low 1: tie high.
sourcepub fn dac(&mut self) -> DAC_W<'_, 23>
pub fn dac(&mut self) -> DAC_W<'_, 23>
Bits 23:25 - touch sensor slope control. 3-bit for each touch panel default 100.
Methods from Deref<Target = W<TOUCH_PAD0_SPEC>>
Trait Implementations
sourceimpl From<W<TOUCH_PAD0_SPEC>> for W
impl From<W<TOUCH_PAD0_SPEC>> for W
sourcefn from(writer: W<TOUCH_PAD0_SPEC>) -> Self
fn from(writer: W<TOUCH_PAD0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more