Searched refs:WDT_CTL_INTEN (Results 1 – 4 of 4) sorted by relevance
78 return(HWREG(ulBase + WDT_O_CTL) & WDT_CTL_INTEN); in WatchdogRunning()107 HWREG(ulBase + WDT_O_CTL) |= WDT_CTL_INTEN; in WatchdogEnable()449 HWREG(ulBase + WDT_O_CTL) |= WDT_CTL_INTEN; in WatchdogIntEnable()
81 #define WDT_CTL_INTEN 0x00000001 // Watchdog Interrupt Enable macro
148 #define WDT_CTL_INTEN 0x00000001 macro
119 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()
Completed in 5 milliseconds