Home
last modified time | relevance | path

Searched refs:systimer_ll_set_clock_source (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h28 static inline void systimer_ll_set_clock_source(soc_periph_systimer_clk_src_t clk_src) in systimer_ll_set_clock_source() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h28 static inline void systimer_ll_set_clock_source(soc_periph_systimer_clk_src_t clk_src) in systimer_ll_set_clock_source() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h28 static inline void systimer_ll_set_clock_source(soc_periph_systimer_clk_src_t clk_src) in systimer_ll_set_clock_source() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h28 static inline void systimer_ll_set_clock_source(soc_periph_systimer_clk_src_t clk_src) in systimer_ll_set_clock_source() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h30 static inline void systimer_ll_set_clock_source(soc_periph_systimer_clk_src_t clk_src) in systimer_ll_set_clock_source() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h30 static inline void systimer_ll_set_clock_source(soc_periph_systimer_clk_src_t clk_src) in systimer_ll_set_clock_source() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c36 systimer_ll_set_clock_source(clk_src); in systimer_hal_set_clock_source()