Searched refs:timer_out_s (Results 1 – 1 of 1) sorted by relevance
69 rt_uint32_t timer_out_s; in hwtimer_sample() local128 timer_out_s = (atoi(argv[3]) / 1000U) > 1 ? (atoi(argv[3]) / 1000U) : 1; in hwtimer_sample()129 for (i = 0; i < (timer_out_s * loop_cnt); i++) in hwtimer_sample()
Completed in 3 milliseconds