Searched refs:periodic (Results 1 – 5 of 5) sorted by relevance
232 bool periodic = timer->periodic_time > 0; in timer_tick() local245 if (periodic && !list_in_list(&timer->node) && timer->periodic_time > 0) { in timer_tick()
36 * RIT. The example sets up a periodic interrupt at a selected time
35 * The blinky example flashes an LED in a periodic rate.<br>
36 * This example configures timers 0 and 1 as periodic interrupts that
35 * The Systick example simply blinks an LED at a periodic rate using the systick
Completed in 10 milliseconds