Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_clk.c30 static uint32_t s_bbpll_digi_consumers_ref_count = 0; // Currently, it only tracks whether the 48MH… variable
34 s_bbpll_digi_consumers_ref_count += 1; in rtc_clk_bbpll_add_consumer()
39 s_bbpll_digi_consumers_ref_count -= 1; in rtc_clk_bbpll_remove_consumer()
224 if ((old_cpu_clk_src == SOC_CPU_CLK_SRC_PLL) && !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
236 if ((old_cpu_clk_src == SOC_CPU_CLK_SRC_PLL) && !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_clk.c35 static uint32_t s_bbpll_digi_consumers_ref_count = 0; // Currently, it only tracks whether the 48MH… variable
39 s_bbpll_digi_consumers_ref_count += 1; in rtc_clk_bbpll_add_consumer()
44 s_bbpll_digi_consumers_ref_count -= 1; in rtc_clk_bbpll_remove_consumer()
271 if ((old_cpu_clk_src == SOC_CPU_CLK_SRC_PLL) && !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
285 if ((old_cpu_clk_src == SOC_CPU_CLK_SRC_PLL) && !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c36 static uint32_t s_bbpll_digi_consumers_ref_count = 0; // Currently, it only tracks whether the 48MH… variable
40 s_bbpll_digi_consumers_ref_count += 1; in rtc_clk_bbpll_add_consumer()
45 s_bbpll_digi_consumers_ref_count -= 1; in rtc_clk_bbpll_remove_consumer()
312 !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
326 !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_clk.c42 static uint32_t s_bbpll_digi_consumers_ref_count = 0; // Currently, it only tracks whether the 48MH… variable
46 s_bbpll_digi_consumers_ref_count += 1; in rtc_clk_bbpll_add_consumer()
51 s_bbpll_digi_consumers_ref_count -= 1; in rtc_clk_bbpll_remove_consumer()
283 if ((old_cpu_clk_src == SOC_CPU_CLK_SRC_PLL) && !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()
295 if ((old_cpu_clk_src == SOC_CPU_CLK_SRC_PLL) && !s_bbpll_digi_consumers_ref_count) { in rtc_clk_cpu_freq_set_config()