Home
last modified time | relevance | path

Searched refs:clk_ll_rc32k_is_enabled (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_time.c100 bool rc32k_enabled = clk_ll_rc32k_is_enabled(); in rtc_clk_cal_internal()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_time.c100 bool rc32k_enabled = clk_ll_rc32k_is_enabled(); in rtc_clk_cal_internal()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h168 static inline __attribute__((always_inline)) bool clk_ll_rc32k_is_enabled(void) in clk_ll_rc32k_is_enabled() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h162 static inline __attribute__((always_inline)) bool clk_ll_rc32k_is_enabled(void) in clk_ll_rc32k_is_enabled() function
/hal_espressif-latest/components/esp_hw_support/
Dmodem_clock.c376 rc_clk_en = clk_ll_rc32k_is_enabled(); in modem_clock_select_lp_clock_source()