Searched refs:t_start (Results 1 – 4 of 4) sorted by relevance
64 int64_t t_start = ref_clock_get(); variable70 int32_t ms_diff = (t_end - t_start) / 1000;83 int64_t t_start; variable89 int32_t ms_diff = (t_end - t_start) / 1000; in __anon7588ac300202()105 t_start = ref_clock_get();
180 int64_t t_start = ref_clock_get();186 int32_t ms_diff = (t_end - t_start) / 1000;206 int64_t t_start; member214 int32_t ms_diff = (t_end - p_args->t_start) / 1000; in test_periodic_correct_delays_timer_func()241 args.t_start = ref_clock_get();276 int64_t t_start; member285 int ms_since_start = (ref_clock_get() - p_args->t_start) / 1000; in test_timers_ordered_correctly_timer_func()324 .t_start = now333 .t_start = now342 .t_start = now[all …]
140 uint64_t t_start = ref_clock_get(); in test_clock_switching() local149 while (ref_clock_get() - t_start < test_duration_sec * 1000000) { in test_clock_switching()155 …%d. Average time to switch PLL -> XTAL -> PLL: %d us\n", count, (int) ((t_end - t_start) / count)); in test_clock_switching()
316 int64_t t_start; member324 int32_t ms_diff = (t_end - p_args->t_start) / 1000;350 args.t_start = esp_clk_rtc_time();