Expand description
Watchdog Timer
Modules§
- config
- Configuration register
- crv
- Counter reload value
- events_
timeout - Watchdog timeout
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- reqstatus
- Request status
- rr
- Description collection[n]: Reload request n
- rren
- Enable register for reload request registers
- runstatus
- Run status
- tasks_
start - Start the watchdog
Structs§
- Register
Block - Register block
Type Aliases§
- CONFIG
- CONFIG (rw) register accessor: an alias for
Reg<CONFIG_SPEC>
- CRV
- CRV (rw) register accessor: an alias for
Reg<CRV_SPEC>
- EVENTS_
TIMEOUT - EVENTS_TIMEOUT (rw) register accessor: an alias for
Reg<EVENTS_TIMEOUT_SPEC>
- INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- REQSTATUS
- REQSTATUS (r) register accessor: an alias for
Reg<REQSTATUS_SPEC>
- RR
- RR (w) register accessor: an alias for
Reg<RR_SPEC>
- RREN
- RREN (rw) register accessor: an alias for
Reg<RREN_SPEC>
- RUNSTATUS
- RUNSTATUS (r) register accessor: an alias for
Reg<RUNSTATUS_SPEC>
- TASKS_
START - TASKS_START (w) register accessor: an alias for
Reg<TASKS_START_SPEC>