48#define WATCHDOG_CLR_KEY 0x5743
static void WATCHDOG_TimerClear(void)
This inline function is used to clear the Watchdog Timer (WDT)
static void WATCHDOG_TimerSoftwareDisable(void)
This inline function is used to disable the Watchdog Timer (WDT) using the software bit.
#define WATCHDOG_CLR_KEY
This macro holds the key value to clear Watchdog Timer (WDT)
static void WATCHDOG_TimerSoftwareEnable(void)
This inline function is used to enable the Watchdog Timer (WDT) using the software bit.