Searched refs:end_time (Results 1 – 1 of 1) sorted by relevance
67 unsigned long end_time; in rt_hw_us_delay() local71 end_time = start_time + us * (CPUTIME_TIMER_FREQ / 1000000); in rt_hw_us_delay()75 } while(run_time < end_time); in rt_hw_us_delay()
Completed in 2 milliseconds