[][src]Struct esp32::rtccntl::state0::W

pub struct W(_);

Register STATE0 writer

Implementations

impl W[src]

pub fn sleep_en(&mut self) -> SLEEP_EN_W<'_>[src]

Bit 31

pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_>[src]

Bit 30

pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_>[src]

Bit 29

pub fn sdio_active_ind(&mut self) -> SDIO_ACTIVE_IND_W<'_>[src]

Bit 28

pub fn ulp_cp_slp_timer_en(&mut self) -> ULP_CP_SLP_TIMER_EN_W<'_>[src]

Bit 24

pub fn touch_slp_timer_en(&mut self) -> TOUCH_SLP_TIMER_EN_W<'_>[src]

Bit 23

pub fn apb2rtc_bridge_sel(&mut self) -> APB2RTC_BRIDGE_SEL_W<'_>[src]

Bit 22

pub fn ulp_cp_wakeup_force_en(&mut self) -> ULP_CP_WAKEUP_FORCE_EN_W<'_>[src]

Bit 21

pub fn touch_wakeup_force_en(&mut self) -> TOUCH_WAKEUP_FORCE_EN_W<'_>[src]

Bit 20

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

Writes raw bits to the register.

Methods from Deref<Target = W<STATE0_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<STATE0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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