36#define WATCHDOG_CLK_FREQ 8000000
41#define WATCHDOG_TIMEOUT 1000
48#define WATCHDOG_FEED_DELAY (WATCHDOG_TIMEOUT/3)*2
void WatchdogTask(void *Parameters)
Periodically feed the Watchdog timer and checks if there's any Reset requests.
Definition watchdog.c:48
void watchdog_reset_mcu(void)
Schedules a Reset on the next run of the Watchdog task.
void watchdog_init(void)
Initializes and configures Watchdog timer.
Definition watchdog.c:40