Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dsystimer_hal.c189 systimer_ll_set_step_for_xtal(hal->dev, steps); in systimer_hal_set_steps_per_tick()
207 systimer_ll_set_step_for_xtal(hal->dev, hal->us_to_ticks(1) / apb_ticks_per_us); in systimer_hal_on_apb_freq_update()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h94 __attribute__((always_inline)) static inline void systimer_ll_set_step_for_xtal(systimer_dev_t *dev… in systimer_ll_set_step_for_xtal() function