[][src]Struct esp32::rtcio::touch_pad7::W

pub struct W(_);

Register TOUCH_PAD7 writer

Implementations

impl W[src]

pub fn hold(&mut self) -> HOLD_W<'_>[src]

Bit 31

pub fn drv(&mut self) -> DRV_W<'_>[src]

Bits 29:30

pub fn rde(&mut self) -> RDE_W<'_>[src]

Bit 28

pub fn rue(&mut self) -> RUE_W<'_>[src]

Bit 27

pub fn dac(&mut self) -> DAC_W<'_>[src]

Bits 23:25

pub fn start(&mut self) -> START_W<'_>[src]

Bit 22

pub fn tie_opt(&mut self) -> TIE_OPT_W<'_>[src]

Bit 21

pub fn xpd(&mut self) -> XPD_W<'_>[src]

Bit 20

pub fn mux_sel(&mut self) -> MUX_SEL_W<'_>[src]

Bit 19

pub fn fun_sel(&mut self) -> FUN_SEL_W<'_>[src]

Bits 17:18

pub fn slp_sel(&mut self) -> SLP_SEL_W<'_>[src]

Bit 16

pub fn slp_ie(&mut self) -> SLP_IE_W<'_>[src]

Bit 15

pub fn slp_oe(&mut self) -> SLP_OE_W<'_>[src]

Bit 14

pub fn fun_ie(&mut self) -> FUN_IE_W<'_>[src]

Bit 13

pub fn to_gpio(&mut self) -> TO_GPIO_W<'_>[src]

Bit 12

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<TOUCH_PAD7_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux)[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<TOUCH_PAD7_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<TOUCH_PAD7_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.