Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
Functions | |
syscall | watchdogset (uint msecs) |
This file contains code to set the Watchdog Timer on the BCM2835 SoC used on the Raspberry Pi. When enabled, the Watchdog Timer must be refreshed before it expires, otherwise the system resets itself.
syscall watchdogset | ( | uint | msecs | ) |
Set the watchdog timer.
msecs | Milliseconds to wait until the system resets itself. |