Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Dsystimer_hal.c161 systimer_ll_set_step_for_xtal(hal->dev, steps); in systimer_hal_set_steps_per_tick()
179 systimer_ll_set_step_for_xtal(hal->dev, SYSTIMER_LL_TICKS_PER_US / apb_ticks_per_us); in systimer_hal_on_apb_freq_update()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dsystimer_ll.h96 __attribute__((always_inline)) static inline void systimer_ll_set_step_for_xtal(systimer_dev_t *dev… in systimer_ll_set_step_for_xtal() function