Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h398 bool force_120m = (divider == 4) ? 1 : 0; in clk_ll_cpu_set_hs_divider() local
399 PCR.cpu_freq_conf.cpu_hs_120m_force = force_120m; in clk_ll_cpu_set_hs_divider()
426 uint32_t force_120m = PCR.cpu_freq_conf.cpu_hs_120m_force; in clk_ll_cpu_get_hs_divider() local
428 if (cpu_hs_div == 0 && force_120m) { in clk_ll_cpu_get_hs_divider()