Home
last modified time | relevance | path

Searched refs:TIMER_SRC_CLK_DEFAULT (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dclk_tree_defs.h157TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_PLL_F40M, /*!< Timer group clock source default choice is PLL… enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dclk_tree_defs.h157 TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_APB, /*!< Timer group clock source default choice is APB */ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dclk_tree_defs.h160 TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_APB, /*!< Timer group source clock default choice is APB */ enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dclk_tree_defs.h160 TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_APB, /*!< Timer group source clock default choice is APB */ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dclk_tree_defs.h170 TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_APB, /*!< Timer group source clock default choice is APB */ enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dclk_tree_defs.h173TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_PLL_F80M, /*!< Timer group clock source default choice is… enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dclk_tree_defs.h182TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_PLL_F48M, /*!< Timer group clock source default choice is… enumerator
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c314 timer_src_clk_t clk_src = TIMER_SRC_CLK_DEFAULT; in timer_init()