Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h447 HAL_FORCE_MODIFY_U32_REG_FIELD(PCR.apb_freq_conf, apb_div_num, divider - 1); in clk_ll_apb_set_divider()
457 return HAL_FORCE_READ_U32_REG_FIELD(PCR.apb_freq_conf, apb_div_num) + 1; in clk_ll_apb_get_divider()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h515 HAL_FORCE_MODIFY_U32_REG_FIELD(PCR.apb_freq_conf, apb_div_num, divider - 1); in clk_ll_apb_set_divider()
525 return HAL_FORCE_READ_U32_REG_FIELD(PCR.apb_freq_conf, apb_div_num) + 1; in clk_ll_apb_get_divider()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpcr_struct.h1910 volatile pcr_apb_freq_conf_reg_t apb_freq_conf; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpcr_struct.h2064 volatile pcr_apb_freq_conf_reg_t apb_freq_conf; member