Searched refs:stop_time (Results 1 – 2 of 2) sorted by relevance
23 extern uint32_t stop_time;31 stop_time = 0; \32 cycle_count = start_time - stop_time; \47 stop_time= SysTick->VAL; \49 cycle_count = start_time - stop_time; \
3 uint32_t start_time, stop_time, cycle_count; variable