Module esp8266::wdt

source · []
Expand description

WDT

Modules

Watchdog clock cycle count

Watchdog stage reset

The current watchdog stage

WDT_CTL

Reload value for stage 0

Reload value for stage 1

Watchdog reset

Structs

Register block

Type Definitions

count register accessor: an alias for Reg<COUNT_SPEC>

reset_stage register accessor: an alias for Reg<RESET_STAGE_SPEC>

stage register accessor: an alias for Reg<STAGE_SPEC>

WDT_CTL register accessor: an alias for Reg<WDT_CTL_SPEC>

WDT_OP register accessor: an alias for Reg<WDT_OP_SPEC>

WDT_OP_ND register accessor: an alias for Reg<WDT_OP_ND_SPEC>

WDT_RST register accessor: an alias for Reg<WDT_RST_SPEC>