Searched refs:SOC_MOD_CLK_PLL_F80M (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | clk_tree_defs.h | 118 …SOC_MOD_CLK_PLL_F80M, /*!< PLL_F80M_CLK is derived from PLL (clock gating + f… enumerator 155 #define SOC_GPTIMER_CLKS {SOC_MOD_CLK_PLL_F80M, SOC_MOD_CLK_RC_FAST, SOC_MOD_CLK_XTAL} 161 GPTIMER_CLK_SRC_PLL_F80M = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_F80M as the source clock */ 164 GPTIMER_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_F80M as the default choice */ 171 TIMER_SRC_CLK_PLL_F80M = SOC_MOD_CLK_PLL_F80M, /*!< Timer group clock source is PLL_F80M */ 173 …TIMER_SRC_CLK_DEFAULT = SOC_MOD_CLK_PLL_F80M, /*!< Timer group clock source default choice is… 181 #define SOC_RMT_CLKS {SOC_MOD_CLK_PLL_F80M, SOC_MOD_CLK_RC_FAST, SOC_MOD_CLK_XTAL} 187 RMT_CLK_SRC_PLL_F80M = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_F80M as the source clock */ 190 RMT_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_F80M as the default choice */ 197 RMT_BASECLK_PLL_F80M = SOC_MOD_CLK_PLL_F80M, /*!< RMT source clock is PLL_F80M */ [all …]
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | clk_tree_defs.h | 108 …SOC_MOD_CLK_PLL_F80M, /*!< PLL_F80M_CLK is derived from PLL, and has a fixed … enumerator 225 #define SOC_ADC_DIGI_CLKS {SOC_MOD_CLK_XTAL, SOC_MOD_CLK_PLL_F80M} 232 ADC_DIGI_CLK_SRC_PLL_F80M = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_F80M as the source clock */ 233 …ADC_DIGI_CLK_SRC_DEFAULT = SOC_MOD_CLK_PLL_F80M, /*!< Select PLL_F80M as the default clock choi…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | esp_clk_tree.c | 33 case SOC_MOD_CLK_PLL_F80M: in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | esp_clk_tree.c | 39 case SOC_MOD_CLK_PLL_F80M: in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_clk_tree.c | 36 case SOC_MOD_CLK_PLL_F80M: in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_clk_tree.c | 36 case SOC_MOD_CLK_PLL_F80M: in esp_clk_tree_src_get_freq_hz()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | clk_tree_defs.h | 107 …SOC_MOD_CLK_PLL_F80M, /*!< PLL_F80M_CLK is derived from PLL, and has a fixed … enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | clk_tree_defs.h | 118 …SOC_MOD_CLK_PLL_F80M, /*!< PLL_F80M_CLK is derived from PLL, and has a fixed … enumerator
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gpio_ll.h | 504 case SOC_MOD_CLK_PLL_F80M: in gpio_ll_iomux_set_clk_src()
|