Home
last modified time | relevance | path

Searched defs:ms_diff (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_esp_timer.cpp70 int32_t ms_diff = (t_end - t_start) / 1000; variable
89 int32_t ms_diff = (t_end - t_start) / 1000; in __anon7588ac300202() local
/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_ets_timer.c46 int32_t ms_diff = (tv_end.tv_sec - tv_start.tv_sec) * 1000 + variable
72 int32_t ms_diff = (tv_now.tv_sec - p_args->tv_start.tv_sec) * 1000 + in test_periodic_correct_delays_timer_func() local
Dtest_esp_timer.c186 int32_t ms_diff = (t_end - t_start) / 1000; variable
214 int32_t ms_diff = (t_end - p_args->t_start) / 1000; in test_periodic_correct_delays_timer_func() local
/hal_espressif-3.6.0/components/esp_pm/test/
Dtest_pm.c324 int32_t ms_diff = (t_end - p_args->t_start) / 1000; local