Searched refs:WDT_A_CTL_HOLD (Results 1 – 14 of 14) sorted by relevance
50 uint8_t newWDTStatus = (WDT_A->CTL | WDT_A_CTL_HOLD); in WDT_A_holdTimer()58 uint8_t newWDTStatus = (WDT_A->CTL & ~(WDT_A_CTL_HOLD)); in WDT_A_startTimer()74 WDT_A->CTL = WDT_A_CTL_PW + WDT_A_CTL_CNTCL + WDT_A_CTL_HOLD + in WDT_A_initWatchdogTimer()82 WDT_A->CTL = WDT_A_CTL_PW + WDT_A_CTL_CNTCL + WDT_A_CTL_HOLD + WDT_A_CTL_TMSEL in WDT_A_initIntervalTimer()
276 WDT_A->CTL = WDT_A_CTL_PW | WDT_A_CTL_HOLD; // Halt the WDT in SystemInit()
3611 #define WDTHOLD WDT_A_CTL_HOLD /*!< Watchdog time…
6823 #define WDT_A_CTL_HOLD ((uint16_t)0x0080) /*!< Watchdog time… macro
9721 #define WDT_A_CTL_HOLD ((uint16_t)0x0080) /*!< Watchdog time… macro
5267 #define WDT_A_CTL_HOLD ((uint16_t)0x0080) /*!< Watchdog time… macro