Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c133 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()
/hal_espressif-latest/components/hal/include/hal/
Dsystimer_hal.h126 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps);
/hal_espressif-latest/components/hal/
Dsystimer_hal.c177 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