Home
last modified time | relevance | path

Searched refs:clk_ll_cpu_get_divider (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/hal/esp32c2/
Dclk_tree_hal.c38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32c3/
Dclk_tree_hal.c38 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32h2/
Dclk_tree_hal.c36 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s3/
Dclk_tree_hal.c46 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32/
Dclk_tree_hal.c49 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/hal/esp32s2/
Dclk_tree_hal.c56 return clk_hal_soc_root_get_freq_mhz(source) * MHZ / clk_ll_cpu_get_divider(); in clk_hal_cpu_get_freq_hz()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Drtc_clk.c224 div = clk_ll_cpu_get_divider(); in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Drtc_clk.c251 div = clk_ll_cpu_get_divider(); in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_clk.c346 uint32_t div = clk_ll_cpu_get_divider(); // div = freq of SOC_ROOT_CLK / freq of CPU_CLK in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Drtc_clk.c310 div = clk_ll_cpu_get_divider(); in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_clk.c373 div = clk_ll_cpu_get_divider(); in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h382 static inline __attribute__((always_inline)) uint32_t clk_ll_cpu_get_divider(void) in clk_ll_cpu_get_divider() function
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h411 static inline __attribute__((always_inline)) uint32_t clk_ll_cpu_get_divider(void) in clk_ll_cpu_get_divider() function
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h491 static inline __attribute__((always_inline)) uint32_t clk_ll_cpu_get_divider(void) in clk_ll_cpu_get_divider() function
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h490 static inline __attribute__((always_inline)) uint32_t clk_ll_cpu_get_divider(void) in clk_ll_cpu_get_divider() function
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Drtc_clk.c494 div = clk_ll_cpu_get_divider(); in rtc_clk_cpu_freq_get_config()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h559 static inline __attribute__((always_inline)) uint32_t clk_ll_cpu_get_divider(void) in clk_ll_cpu_get_divider() function
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h635 static inline __attribute__((always_inline)) uint32_t clk_ll_cpu_get_divider(void) in clk_ll_cpu_get_divider() function