Expand description
Interface for configuring a watchdog
Traits§
- A trait for implementing a watchdog in the kernel. This trait is called from the
kernel_loop()
code to setup and maintain the watchdog timer. It is up to the specificChip
how it will handle watchdog interrupts.