Module nrf52840_pac::wdt
source · Expand description
Watchdog Timer
Modules§
- Configuration register
- Counter reload value
- Watchdog timeout
- Disable interrupt
- Enable interrupt
- Request status
- Description collection[n]: Reload request n
- Enable register for reload request registers
- Run status
- Start the watchdog
Structs§
- Register block
Type Aliases§
- CONFIG (rw) register accessor: an alias for
Reg<CONFIG_SPEC>
- CRV (rw) register accessor: an alias for
Reg<CRV_SPEC>
- EVENTS_TIMEOUT (rw) register accessor: an alias for
Reg<EVENTS_TIMEOUT_SPEC>
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- REQSTATUS (r) register accessor: an alias for
Reg<REQSTATUS_SPEC>
- RR (w) register accessor: an alias for
Reg<RR_SPEC>
- RREN (rw) register accessor: an alias for
Reg<RREN_SPEC>
- RUNSTATUS (r) register accessor: an alias for
Reg<RUNSTATUS_SPEC>
- TASKS_START (w) register accessor: an alias for
Reg<TASKS_START_SPEC>