Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dwdt.c79 return(HWREG(ulBase + WDT_O_CTL) & WDT_CTL_INTEN); in WatchdogRunning()
109 HWREG(ulBase + WDT_O_CTL) |= WDT_CTL_INTEN; in WatchdogEnable()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_wdt.h78 #define WDT_CTL_INTEN 0x00000001 // Watchdog Interrupt Enable macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_wdt.h148 #define WDT_CTL_INTEN 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_wdt.h148 #define WDT_CTL_INTEN 0x00000001 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dwatchdog.h115 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dwatchdog.h117 return((HWREG(WDT_BASE + WDT_O_CTL) & WDT_CTL_INTEN) ? true : false); in WatchdogRunning()