Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h461 HAL_FORCE_MODIFY_U32_REG_FIELD(PCR.ahb_freq_conf, ahb_hs_div_num, (divider / 3) - 1); in clk_ll_ahb_set_hs_divider()
478 HAL_FORCE_MODIFY_U32_REG_FIELD(PCR.ahb_freq_conf, ahb_ls_div_num, divider - 1); in clk_ll_ahb_set_ls_divider()
488 uint32_t ahb_hs_div = HAL_FORCE_READ_U32_REG_FIELD(PCR.ahb_freq_conf, ahb_hs_div_num); in clk_ll_ahb_get_hs_divider()
500 uint32_t ahb_ls_div = HAL_FORCE_READ_U32_REG_FIELD(PCR.ahb_freq_conf, ahb_ls_div_num); in clk_ll_ahb_get_ls_divider()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h424 HAL_FORCE_MODIFY_U32_REG_FIELD(PCR.ahb_freq_conf, ahb_div_num, divider - 1); in clk_ll_ahb_set_divider()
434 return HAL_FORCE_READ_U32_REG_FIELD(PCR.ahb_freq_conf, ahb_div_num) + 1; in clk_ll_ahb_get_divider()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_struct.h1909 volatile pcr_ahb_freq_conf_reg_t ahb_freq_conf; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_struct.h2063 volatile pcr_ahb_freq_conf_reg_t ahb_freq_conf; member