![]() |
Midnight Sun Firmware
|
Software Watchdog Timer structure Uses a SoftTimer internally to track timeouts. More...
#include <software_timer.h>

Public Attributes | |
| SoftTimer | timer |
| uint32_t | period_ms |
| SoftTimerCallback | fault_callback |
Software Watchdog Timer structure Uses a SoftTimer internally to track timeouts.
| SoftTimerCallback fault_callback |
Called when watchdog expires (not kicked in time)
| uint32_t period_ms |
Watchdog timeout period (in milliseconds)
| SoftTimer timer |
Internal soft timer used for timing