Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_pm/
Dpm_impl.c151 static uint32_t s_ccount_div; variable
373 s_ccount_div = old_ticks_per_us; in on_freq_update()
395 s_ccount_div = 0; in on_freq_update()
492 uint32_t diff_scaled = (diff * s_ccount_mul + s_ccount_div - 1) / s_ccount_div; in update_ccompare()