Searched refs:ticks100 (Results 1 – 1 of 1) sorted by relevance
39 static volatile uint32_t ticks100; variable68 ticks100++; in SysTick_Handler()69 if ((ticks100 % 100) == 0) { in SysTick_Handler()122 ticks100 = 0; in main()123 while (ticks100 < 500) { in main()
Completed in 2 milliseconds