Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_fairness.c66 volatile uint32_t countdown = 10000; in test_thread() local
68 while (countdown--) in test_thread()
/Zephyr-latest/samples/boards/bbc/microbit/display/
DREADME.rst26 The sample app displays a countdown of the characters 9-0, iterates
/Zephyr-latest/drivers/timer/
Dmchp_xec_rtos_timer.c139 static void timer_restart(uint32_t countdown) in timer_restart() argument
143 TIMER_REGS->PRLD = countdown; in timer_restart()
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst68 A running timer can be stopped in mid-countdown, if desired.
75 A running timer can be restarted in mid-countdown, if desired.