Home
last modified time | relevance | path

Searched refs:t_start (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_esp_timer.cpp64 int64_t t_start = ref_clock_get(); variable
70 int32_t ms_diff = (t_end - t_start) / 1000;
83 int64_t t_start; variable
89 int32_t ms_diff = (t_end - t_start) / 1000; in __anon7588ac300202()
105 t_start = ref_clock_get();
/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_esp_timer.c180 int64_t t_start = ref_clock_get();
186 int32_t ms_diff = (t_end - t_start) / 1000;
206 int64_t t_start; member
214 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; member
285 int ms_since_start = (ref_clock_get() - p_args->t_start) / 1000; in test_timers_ordered_correctly_timer_func()
324 .t_start = now
333 .t_start = now
342 .t_start = now
[all …]
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_rtc_clk.c140 uint64_t t_start = ref_clock_get(); in test_clock_switching() local
149 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()
/hal_espressif-3.6.0/components/esp_pm/test/
Dtest_pm.c316 int64_t t_start; member
324 int32_t ms_diff = (t_end - p_args->t_start) / 1000;
350 args.t_start = esp_clk_rtc_time();