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

pub struct W(_);

Register WDTCONFIG0 writer

Implementations

impl W[src]

pub fn wdt_en(&mut self) -> WDT_EN_W<'_>[src]

Bit 31

pub fn wdt_stg0(&mut self) -> WDT_STG0_W<'_>[src]

Bits 28:30

pub fn wdt_stg1(&mut self) -> WDT_STG1_W<'_>[src]

Bits 25:27

pub fn wdt_stg2(&mut self) -> WDT_STG2_W<'_>[src]

Bits 22:24

pub fn wdt_stg3(&mut self) -> WDT_STG3_W<'_>[src]

Bits 19:21

pub fn wdt_edge_int_en(&mut self) -> WDT_EDGE_INT_EN_W<'_>[src]

Bit 18

pub fn wdt_level_int_en(&mut self) -> WDT_LEVEL_INT_EN_W<'_>[src]

Bit 17

pub fn wdt_cpu_reset_length(&mut self) -> WDT_CPU_RESET_LENGTH_W<'_>[src]

Bits 14:16

pub fn wdt_sys_reset_length(&mut self) -> WDT_SYS_RESET_LENGTH_W<'_>[src]

Bits 11:13

pub fn wdt_flashboot_mod_en(&mut self) -> WDT_FLASHBOOT_MOD_EN_W<'_>[src]

Bit 10

pub fn wdt_procpu_reset_en(&mut self) -> WDT_PROCPU_RESET_EN_W<'_>[src]

Bit 9

pub fn wdt_appcpu_reset_en(&mut self) -> WDT_APPCPU_RESET_EN_W<'_>[src]

Bit 8

pub fn wdt_pause_in_slp(&mut self) -> WDT_PAUSE_IN_SLP_W<'_>[src]

Bit 7

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

Writes raw bits to the register.

Methods from Deref<Target = W<WDTCONFIG0_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<WDTCONFIG0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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