Searched refs:WDT_O_CTL (Results 1 – 6 of 6) sorted by relevance
115 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()137 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTEN_BITN) = 1; in WatchdogEnable()158 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_RESEN_BITN) = 1; in WatchdogResetEnable()179 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_RESEN_BITN) = 0; in WatchdogResetDisable()459 …HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTTYPE_BITN) = (ui32Type == WATCHDOG_INT_TYPE_INT)? 0 : 1; in WatchdogIntTypeSet()
117 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()139 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTEN_BITN) = 1; in WatchdogEnable()160 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_RESEN_BITN) = 1; in WatchdogResetEnable()181 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_RESEN_BITN) = 0; in WatchdogResetDisable()461 …HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTTYPE_BITN) = (ui32Type == WATCHDOG_INT_TYPE_INT)? 0 : 1; in WatchdogIntTypeSet()
79 return(HWREG(ulBase + WDT_O_CTL) & WDT_CTL_INTEN); in WatchdogRunning()109 HWREG(ulBase + WDT_O_CTL) |= WDT_CTL_INTEN; in WatchdogEnable()
44 #define WDT_O_CTL 0x00000008 macro
53 #define WDT_O_CTL 0x00000008 macro