Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h427 uint32_t cpu_hs_div = HAL_FORCE_READ_U32_REG_FIELD(PCR.cpu_freq_conf, cpu_hs_div_num); in clk_ll_cpu_get_hs_divider() local
428 if (cpu_hs_div == 0 && force_120m) { in clk_ll_cpu_get_hs_divider()
432 return (hp_root_hs_div + 1) * (cpu_hs_div + 1); in clk_ll_cpu_get_hs_divider()