Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dwatchdog.h477 WatchdogIntTypeSet(uint32_t ui32Type) in WatchdogIntTypeSet() argument
480 ASSERT((ui32Type == WATCHDOG_INT_TYPE_INT) || in WatchdogIntTypeSet()
481 (ui32Type == WATCHDOG_INT_TYPE_NMI)); in WatchdogIntTypeSet()
484 …HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTTYPE_BITN) = (ui32Type == WATCHDOG_INT_TYPE_INT)? 0 : 1; in WatchdogIntTypeSet()

Completed in 4 milliseconds