Searched defs:apb_ticks_per_us (Results 1 – 4 of 4) sorted by relevance
95 void IRAM_ATTR esp_timer_impl_update_apb_freq(uint32_t apb_ticks_per_us) in esp_timer_impl_update_apb_freq()
186 void IRAM_ATTR esp_timer_impl_update_apb_freq(uint32_t apb_ticks_per_us) in esp_timer_impl_update_apb_freq()
198 void systimer_hal_on_apb_freq_update(systimer_hal_context_t *hal, uint32_t apb_ticks_per_us) in systimer_hal_on_apb_freq_update()
355 uint32_t apb_ticks_per_us = MIN(ticks_per_us, 80); in on_freq_update() local