Home
last modified time | relevance | path

Searched refs:WDT_BASE (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dwatchdog.h141 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTEN_BITN) = 1; in WatchdogEnable()
162 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_RESEN_BITN) = 1; in WatchdogResetEnable()
183 HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_RESEN_BITN) = 0; in WatchdogResetDisable()
203 HWREG(WDT_BASE + WDT_O_LOCK) = WATCHDOG_LOCK_LOCKED; in WatchdogLock()
222 HWREG(WDT_BASE + WDT_O_LOCK) = WATCHDOG_LOCK_UNLOCK; in WatchdogUnlock()
271 HWREG(WDT_BASE + WDT_O_LOAD) = ui32LoadVal; in WatchdogReloadSet()
292 return(HWREG(WDT_BASE + WDT_O_LOAD)); in WatchdogReloadGet()
310 return(HWREG(WDT_BASE + WDT_O_VALUE)); in WatchdogValueGet()
421 return(HWREG(WDT_BASE + WDT_O_RIS)); in WatchdogIntStatus()
455 HWREG(WDT_BASE + WDT_O_ICR) = WATCHDOG_INT_TIMEOUT; in WatchdogIntClear()
[all …]
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_memmap.h70 #define WDT_BASE 0x40080000 // WDT macro

Completed in 4 milliseconds