Home
last modified time | relevance | path

Searched refs:WDT_CTL_INTEN (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dwatchdog.c78 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()
/lk-master/external/platform/stellaris/ti-driverlib/inc/
A Dhw_watchdog.h81 #define WDT_CTL_INTEN 0x00000001 // Watchdog Interrupt Enable macro
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_wdt.h148 #define WDT_CTL_INTEN 0x00000001 macro
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dwatchdog.h119 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()

Completed in 5 milliseconds