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

pub struct W(_);

Register SENSOR_PADS writer

Implementations

impl W[src]

pub fn sense1_hold(&mut self) -> SENSE1_HOLD_W<'_>[src]

Bit 31

pub fn sense2_hold(&mut self) -> SENSE2_HOLD_W<'_>[src]

Bit 30

pub fn sense3_hold(&mut self) -> SENSE3_HOLD_W<'_>[src]

Bit 29

pub fn sense4_hold(&mut self) -> SENSE4_HOLD_W<'_>[src]

Bit 28

pub fn sense1_mux_sel(&mut self) -> SENSE1_MUX_SEL_W<'_>[src]

Bit 27

pub fn sense2_mux_sel(&mut self) -> SENSE2_MUX_SEL_W<'_>[src]

Bit 26

pub fn sense3_mux_sel(&mut self) -> SENSE3_MUX_SEL_W<'_>[src]

Bit 25

pub fn sense4_mux_sel(&mut self) -> SENSE4_MUX_SEL_W<'_>[src]

Bit 24

pub fn sense1_fun_sel(&mut self) -> SENSE1_FUN_SEL_W<'_>[src]

Bits 22:23

pub fn sense1_slp_sel(&mut self) -> SENSE1_SLP_SEL_W<'_>[src]

Bit 21

pub fn sense1_slp_ie(&mut self) -> SENSE1_SLP_IE_W<'_>[src]

Bit 20

pub fn sense1_fun_ie(&mut self) -> SENSE1_FUN_IE_W<'_>[src]

Bit 19

pub fn sense2_fun_sel(&mut self) -> SENSE2_FUN_SEL_W<'_>[src]

Bits 17:18

pub fn sense2_slp_sel(&mut self) -> SENSE2_SLP_SEL_W<'_>[src]

Bit 16

pub fn sense2_slp_ie(&mut self) -> SENSE2_SLP_IE_W<'_>[src]

Bit 15

pub fn sense2_fun_ie(&mut self) -> SENSE2_FUN_IE_W<'_>[src]

Bit 14

pub fn sense3_fun_sel(&mut self) -> SENSE3_FUN_SEL_W<'_>[src]

Bits 12:13

pub fn sense3_slp_sel(&mut self) -> SENSE3_SLP_SEL_W<'_>[src]

Bit 11

pub fn sense3_slp_ie(&mut self) -> SENSE3_SLP_IE_W<'_>[src]

Bit 10

pub fn sense3_fun_ie(&mut self) -> SENSE3_FUN_IE_W<'_>[src]

Bit 9

pub fn sense4_fun_sel(&mut self) -> SENSE4_FUN_SEL_W<'_>[src]

Bits 7:8

pub fn sense4_slp_sel(&mut self) -> SENSE4_SLP_SEL_W<'_>[src]

Bit 6

pub fn sense4_slp_ie(&mut self) -> SENSE4_SLP_IE_W<'_>[src]

Bit 5

pub fn sense4_fun_ie(&mut self) -> SENSE4_FUN_IE_W<'_>[src]

Bit 4

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

Writes raw bits to the register.

Methods from Deref<Target = W<SENSOR_PADS_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<SENSOR_PADS_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<SENSOR_PADS_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.