Searched refs:WDT_CTL_INTEN (Results 1 – 6 of 6) sorted by relevance
79 return(HWREG(ulBase + WDT_O_CTL) & WDT_CTL_INTEN); in WatchdogRunning()109 HWREG(ulBase + WDT_O_CTL) |= WDT_CTL_INTEN; in WatchdogEnable()
78 #define WDT_CTL_INTEN 0x00000001 // Watchdog Interrupt Enable macro
148 #define WDT_CTL_INTEN 0x00000001 macro
115 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()
117 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()