Struct SYN_WDT_Entry¶
Single watchdog entry for task monitoring.
#include <syn_watchdog.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | active |
| uint32_t | last_checkin |
| const char * | name |
| uint32_t | timeout_ms |
Public Attributes Documentation¶
variable active¶
Is this entry in use?
variable last_checkin¶
Tick of last check-in
variable name¶
Task name (for debug)
variable timeout_ms¶
Deadline in milliseconds
The documentation for this class was generated from the following file src/syntropic/sched/syn_watchdog.h