Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dsystimer_hal.h45 typedef soc_periph_systimer_clk_src_t systimer_clock_source_t; typedef
132 void systimer_hal_set_clock_source(systimer_hal_context_t *hal, systimer_clock_source_t clk_src);
137 systimer_clock_source_t systimer_hal_get_clock_source(systimer_hal_context_t *hal);
/hal_espressif-latest/components/hal/
Dsystimer_hal.c33 void systimer_hal_set_clock_source(systimer_hal_context_t *hal, systimer_clock_source_t clk_src) in systimer_hal_set_clock_source()
39 systimer_clock_source_t systimer_hal_get_clock_source(systimer_hal_context_t *hal) in systimer_hal_get_clock_source()