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

pub struct WDT_STG0_W<'a> { /* fields omitted */ }

Write proxy for field WDT_STG0

Implementations

impl<'a> WDT_STG0_W<'a>[src]

pub fn variant(self, variant: WDT_STG0_A) -> &'a mut W[src]

Writes variant to the field

pub fn disable(self) -> &'a mut W[src]

Disabled

pub fn interrupt(self) -> &'a mut W[src]

Trigger an interrupt

pub fn reset_cpu(self) -> &'a mut W[src]

Reset CPU core

pub fn reset_system(self) -> &'a mut W[src]

Reset System, but not RTC

pub fn reset_rtc(self) -> &'a mut W[src]

Reset System & RTC

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for WDT_STG0_W<'a>

impl<'a> !Sync for WDT_STG0_W<'a>

impl<'a> Unpin for WDT_STG0_W<'a>

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.