Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dclk_tree_ll.h310 uint8_t oc_ref_div; in clk_ll_bbpll_set_config() local
315 oc_ref_div = 0; in clk_ll_bbpll_set_config()
320 REGI2C_WRITE_MASK(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, oc_ref_div); in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h692 …quency_for_mspi_tuning(rtc_xtal_freq_t xtal_freq, int pll_freq, uint8_t oc_div, uint8_t oc_ref_div) in clk_ll_bbpll_set_frequency_for_mspi_tuning() argument
706 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (oc_ref_div); in clk_ll_bbpll_set_frequency_for_mspi_tuning()