[][src]Module esp8266::wdt

WDT

Modules

count

Watchdog clock cycle count

reset_stage

Watchdog stage reset

stage

The current watchdog stage

wdt_ctl

WDT_CTL

wdt_op

WDT_OP

wdt_op_nd

WDT_OP_ND

wdt_rst

WDT_RST

Structs

RegisterBlock

Register block

Type Definitions

COUNT

count register accessor: an alias for Reg<COUNT_SPEC>

RESET_STAGE

reset_stage register accessor: an alias for Reg<RESET_STAGE_SPEC>

STAGE

stage register accessor: an alias for Reg<STAGE_SPEC>

WDT_CTL

WDT_CTL register accessor: an alias for Reg<WDT_CTL_SPEC>

WDT_OP

WDT_OP register accessor: an alias for Reg<WDT_OP_SPEC>

WDT_OP_ND

WDT_OP_ND register accessor: an alias for Reg<WDT_OP_ND_SPEC>

WDT_RST

WDT_RST register accessor: an alias for Reg<WDT_RST_SPEC>