Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsystimer_ll.h33 static inline soc_periph_systimer_clk_src_t systimer_ll_get_clock_source(void) in systimer_ll_get_clock_source() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsystimer_ll.h33 static inline soc_periph_systimer_clk_src_t systimer_ll_get_clock_source(void) in systimer_ll_get_clock_source() function
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dsystimer_ll.h33 static inline soc_periph_systimer_clk_src_t systimer_ll_get_clock_source(void) in systimer_ll_get_clock_source() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dsystimer_ll.h33 static inline soc_periph_systimer_clk_src_t systimer_ll_get_clock_source(void) in systimer_ll_get_clock_source() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h35 static inline soc_periph_systimer_clk_src_t systimer_ll_get_clock_source(void) in systimer_ll_get_clock_source() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h35 static inline soc_periph_systimer_clk_src_t systimer_ll_get_clock_source(void) in systimer_ll_get_clock_source() function
/hal_espressif-latest/components/hal/
Dsystimer_hal.c42 return systimer_ll_get_clock_source(); in systimer_hal_get_clock_source()