AVR XMEGA WatchDog Timer driver.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | wdt_disable (void) |
Disable Watchdog. More... | |
bool | wdt_disable_window_mode (void) |
Disable Watchdog window mode without changing period settings. More... | |
void | wdt_enable (void) |
Enable Watchdog. More... | |
bool | wdt_enable_window_mode (void) |
Enable Watchdog window mode. More... | |
void | wdt_reset_mcu (void) |
Reset MCU via Watchdog. More... | |
void | wdt_set_timeout_period (enum wdt_timeout_period_t to_period) |
Set Watchdog timeout period. More... | |
bool | wdt_set_window_period (enum wdt_window_period_t win_period) |
Set Watchdog window period. More... | |