Expand description
Wrappers for PSP watchdog timer functions.
Functions§
- disable
- Disables the watchdog timer.
- enable
- Enables the watchdog timer.
- get
- Gets the current watchdog timeout period in milliseconds.
- init
- Initializes the watchdog timer, configuring resolution and platform-specific settings.
- service
- Services (i.e., “pets”) the watchdog timer to prevent it from expiring.
- set
- Sets the watchdog timeout period in milliseconds.