Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Module embassy_rp::watchdog

source ·
Expand description

Watchdog

The watchdog is a countdown timer that can restart parts of the chip if it reaches zero. This can be used to restart the processor if software gets stuck in an infinite loop. The programmer must periodically write a value to the watchdog to stop it from reaching zero.

Credit: based on rp-hal implementation (also licensed Apache+MIT)

Structs§