[][src]Module esp8266::watchdog

Watchdog registers

Modules

count

Watchdog clock cycle count

ctl

Watchdog control

reload_stage0

Reload value for stage 0

reload_stage1

Reload value for stage 1

reset

Watchdog reset

reset_stage

Watchdog stage reset

stage

The current watchdog stage

Structs

RegisterBlock

Register block

Type Definitions

COUNT

count register accessor: an alias for Reg<COUNT_SPEC>

CTL

ctl register accessor: an alias for Reg<CTL_SPEC>

RELOAD_STAGE0

reload_stage0 register accessor: an alias for Reg<RELOAD_STAGE0_SPEC>

RELOAD_STAGE1

reload_stage1 register accessor: an alias for Reg<RELOAD_STAGE1_SPEC>

RESET

reset register accessor: an alias for Reg<RESET_SPEC>

RESET_STAGE

reset_stage register accessor: an alias for Reg<RESET_STAGE_SPEC>

STAGE

stage register accessor: an alias for Reg<STAGE_SPEC>