Searched refs:systimer_hal_set_steps_per_tick (Results 1 – 3 of 3) sorted by relevance
133 systimer_hal_set_steps_per_tick(&systimer_hal, 0, 2); // for xtal in esp_timer_impl_early_init()134 systimer_hal_set_steps_per_tick(&systimer_hal, 1, 1); // for pll in esp_timer_impl_early_init()
126 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps);
177 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps) in systimer_hal_set_steps_per_tick() function