Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dwatchdog.h452 WatchdogIntTypeSet(uint32_t ui32Type) in WatchdogIntTypeSet() argument
455 ASSERT((ui32Type == WATCHDOG_INT_TYPE_INT) || in WatchdogIntTypeSet()
456 (ui32Type == WATCHDOG_INT_TYPE_NMI)); in WatchdogIntTypeSet()
459 …HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTTYPE_BITN) = (ui32Type == WATCHDOG_INT_TYPE_INT)? 0 : 1; in WatchdogIntTypeSet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dwatchdog.h454 WatchdogIntTypeSet(uint32_t ui32Type) in WatchdogIntTypeSet() argument
457 ASSERT((ui32Type == WATCHDOG_INT_TYPE_INT) || in WatchdogIntTypeSet()
458 (ui32Type == WATCHDOG_INT_TYPE_NMI)); in WatchdogIntTypeSet()
461 …HWREGBITW(WDT_BASE + WDT_O_CTL, WDT_CTL_INTTYPE_BITN) = (ui32Type == WATCHDOG_INT_TYPE_INT)? 0 : 1; in WatchdogIntTypeSet()