Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h374 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (div_ref); in clk_ll_bbpll_set_config() local
377 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, i2c_bbpll_lref); in clk_ll_bbpll_set_config()
706 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (oc_ref_div); in clk_ll_bbpll_set_frequency_for_mspi_tuning() local
711 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, i2c_bbpll_lref); in clk_ll_bbpll_set_frequency_for_mspi_tuning()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h272 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (div_ref); in clk_ll_bbpll_set_config() local
275 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, i2c_bbpll_lref); in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h378 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (div_ref); in clk_ll_bbpll_set_config() local
381 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, i2c_bbpll_lref); in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h418 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (div_ref); in clk_ll_bbpll_set_config() local
421 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, i2c_bbpll_lref); in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h324 uint8_t i2c_bbpll_lref = (dchgp << I2C_BBPLL_OC_DCHGP_LSB) | (div_ref); in clk_ll_bbpll_set_config() local
327 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_REF_DIV, i2c_bbpll_lref); in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h519 uint8_t i2c_bbpll_lref = (lref << 7) | (div10_8 << 4) | (div_ref); in clk_ll_bbpll_set_config() local
522 REGI2C_WRITE(I2C_BBPLL, I2C_BBPLL_OC_LREF, i2c_bbpll_lref); in clk_ll_bbpll_set_config()