Home
last modified time | relevance | path

Searched refs:systimer_func_clk_conf (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dsystimer_ll.h32 … PCR.systimer_func_clk_conf.systimer_func_clk_sel = (clk_src == SYSTIMER_CLK_SRC_RC_FAST) ? 1 : 0; in systimer_ll_set_clock_source()
37 …return (PCR.systimer_func_clk_conf.systimer_func_clk_sel == 1) ? SYSTIMER_CLK_SRC_RC_FAST : SYSTIM… in systimer_ll_get_clock_source()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dsystimer_ll.h32 … PCR.systimer_func_clk_conf.systimer_func_clk_sel = (clk_src == SYSTIMER_CLK_SRC_RC_FAST) ? 1 : 0; in systimer_ll_set_clock_source()
37 …return (PCR.systimer_func_clk_conf.systimer_func_clk_sel == 1) ? SYSTIMER_CLK_SRC_RC_FAST : SYSTIM… in systimer_ll_get_clock_source()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_struct.h1860 volatile pcr_systimer_func_clk_conf_reg_t systimer_func_clk_conf; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_struct.h2017 volatile pcr_systimer_func_clk_conf_reg_t systimer_func_clk_conf; member