[][src]Struct esp32::rtcio::touch_pad6::R

pub struct R(_);

Register TOUCH_PAD6 reader

Implementations

impl R[src]

pub fn hold(&self) -> HOLD_R[src]

Bit 31

pub fn drv(&self) -> DRV_R[src]

Bits 29:30

pub fn rde(&self) -> RDE_R[src]

Bit 28

pub fn rue(&self) -> RUE_R[src]

Bit 27

pub fn dac(&self) -> DAC_R[src]

Bits 23:25

pub fn start(&self) -> START_R[src]

Bit 22

pub fn tie_opt(&self) -> TIE_OPT_R[src]

Bit 21

pub fn xpd(&self) -> XPD_R[src]

Bit 20

pub fn mux_sel(&self) -> MUX_SEL_R[src]

Bit 19

pub fn fun_sel(&self) -> FUN_SEL_R[src]

Bits 17:18

pub fn slp_sel(&self) -> SLP_SEL_R[src]

Bit 16

pub fn slp_ie(&self) -> SLP_IE_R[src]

Bit 15

pub fn slp_oe(&self) -> SLP_OE_R[src]

Bit 14

pub fn fun_ie(&self) -> FUN_IE_R[src]

Bit 13

pub fn to_gpio(&self) -> TO_GPIO_R[src]

Bit 12

Methods from Deref<Target = R<TOUCH_PAD6_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<TOUCH_PAD6_SPEC>

The resulting type after dereferencing.

impl From<R<TOUCH_PAD6_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.