Searched refs:ui32Type (Results 1 – 2 of 2) sorted by relevance
452 WatchdogIntTypeSet(uint32_t ui32Type) in WatchdogIntTypeSet() argument455 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()
454 WatchdogIntTypeSet(uint32_t ui32Type) in WatchdogIntTypeSet() argument457 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()