Searched refs:time_diff_us (Results 1 – 2 of 2) sorted by relevance
225 void esp_timer_impl_advance(int64_t time_diff_us) in esp_timer_impl_advance() argument229 timer_64b_reg_t dst = { .val = (now + time_diff_us) * TICKS_PER_US }; in esp_timer_impl_advance()
259 const int64_t time_diff_us = ccomp_timer_stop();260 const int ns_per_iter = (int) (time_diff_us * 1000 / iter_count);