[][src]Struct esp8266::wdt::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub wdt_ctl: WDT_CTL,
    pub wdt_op: WDT_OP,
    pub wdt_op_nd: WDT_OP_ND,
    pub wdt_rst: WDT_RST,
    // some fields omitted
}

Register block

Fields

wdt_ctl: WDT_CTL

0x00 - WDT_CTL

wdt_op: WDT_OP

0x04 - WDT_OP

wdt_op_nd: WDT_OP_ND

0x08 - WDT_OP_ND

wdt_rst: WDT_RST

0x14 - WDT_RST

Auto Trait Implementations

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.