Home
last modified time | relevance | path

Searched refs:CLK_LL_PLL_240M_FREQ_MHZ (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/
Dclk_tree_hal.c39 if (pll_freq_mhz == CLK_LL_PLL_320M_FREQ_MHZ && cpu_freq_mhz == CLK_LL_PLL_240M_FREQ_MHZ) { in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Desp_clk_tree.c40 clk_src_freq = CLK_LL_PLL_240M_FREQ_MHZ * MHZ; in esp_clk_tree_src_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h31 #define CLK_LL_PLL_240M_FREQ_MHZ (240) macro
443 case CLK_LL_PLL_240M_FREQ_MHZ: in clk_ll_cpu_set_freq_mhz_from_pll()
468 return CLK_LL_PLL_240M_FREQ_MHZ; in clk_ll_cpu_get_freq_mhz_from_pll()
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c40 if (pll_freq_mhz == CLK_LL_PLL_320M_FREQ_MHZ && cpu_freq_mhz == CLK_LL_PLL_240M_FREQ_MHZ) { in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_clock_init.c46 clk_ll_cpu_get_freq_mhz_from_pll() == CLK_LL_PLL_240M_FREQ_MHZ) { in bootloader_clock_configure()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h31 #define CLK_LL_PLL_240M_FREQ_MHZ (240) macro
511 case CLK_LL_PLL_240M_FREQ_MHZ: in clk_ll_cpu_set_freq_mhz_from_pll()
536 return CLK_LL_PLL_240M_FREQ_MHZ; in clk_ll_cpu_get_freq_mhz_from_pll()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h32 #define CLK_LL_PLL_240M_FREQ_MHZ (240) macro
589 case CLK_LL_PLL_240M_FREQ_MHZ: in clk_ll_cpu_set_freq_mhz_from_pll()
612 return CLK_LL_PLL_240M_FREQ_MHZ; in clk_ll_cpu_get_freq_mhz_from_pll()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_clk.c322 … } else if (freq_mhz == CLK_LL_PLL_240M_FREQ_MHZ && source_freq_mhz == CLK_LL_PLL_480M_FREQ_MHZ) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_clk.c385 … } else if (freq_mhz == CLK_LL_PLL_240M_FREQ_MHZ && source_freq_mhz == CLK_LL_PLL_480M_FREQ_MHZ) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c507 } else if (freq_mhz == CLK_LL_PLL_240M_FREQ_MHZ) { in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h35 #define CLK_LL_PLL_240M_FREQ_MHZ (240) macro