Searched refs:countdown (Results 1 – 4 of 4) sorted by relevance
66 volatile uint32_t countdown = 10000; in test_thread() local68 while (countdown--) in test_thread()
26 The sample app displays a countdown of the characters 9-0, iterates
139 static void timer_restart(uint32_t countdown) in timer_restart() argument143 TIMER_REGS->PRLD = countdown; in timer_restart()
68 A running timer can be stopped in mid-countdown, if desired.75 A running timer can be restarted in mid-countdown, if desired.