Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h312 uint8_t dcur; in clk_ll_bbpll_set_config() local
324 dcur = 3; in clk_ll_bbpll_set_config()
332 dcur = 0; in clk_ll_bbpll_set_config()
340 dcur = 3; in clk_ll_bbpll_set_config()
353 dcur = 3; in clk_ll_bbpll_set_config()
361 dcur = 3; in clk_ll_bbpll_set_config()
369 dcur = 3; in clk_ll_bbpll_set_config()
376 …8_t i2c_bbpll_dcur = (1 << I2C_BBPLL_OC_DLREF_SEL_LSB ) | (3 << I2C_BBPLL_OC_DHREF_SEL_LSB) | dcur; in clk_ll_bbpll_set_config()
704 uint8_t dcur = 3; in clk_ll_bbpll_set_frequency_for_mspi_tuning() local
710 …8_t i2c_bbpll_dcur = (1 << I2C_BBPLL_OC_DLREF_SEL_LSB ) | (3 << I2C_BBPLL_OC_DHREF_SEL_LSB) | dcur; in clk_ll_bbpll_set_frequency_for_mspi_tuning()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h438 uint8_t dcur; in clk_ll_bbpll_set_config() local
449 dcur = 6; in clk_ll_bbpll_set_config()
457 dcur = 0; in clk_ll_bbpll_set_config()
465 dcur = 0; in clk_ll_bbpll_set_config()
473 dcur = 0; in clk_ll_bbpll_set_config()
487 dcur = 6; in clk_ll_bbpll_set_config()
495 dcur = 0; in clk_ll_bbpll_set_config()
503 dcur = 0; in clk_ll_bbpll_set_config()
511 dcur = 0; in clk_ll_bbpll_set_config()
521 uint8_t i2c_bbpll_dcur = (bw << 6) | dcur; in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h310 uint8_t dcur; in clk_ll_bbpll_set_config() local
322 dcur = 3; in clk_ll_bbpll_set_config()
331 dcur = 0; in clk_ll_bbpll_set_config()
340 dcur = 3; in clk_ll_bbpll_set_config()
354 dcur = 3; in clk_ll_bbpll_set_config()
363 dcur = 3; in clk_ll_bbpll_set_config()
372 dcur = 3; in clk_ll_bbpll_set_config()
380 …8_t i2c_bbpll_dcur = (2 << I2C_BBPLL_OC_DLREF_SEL_LSB ) | (1 << I2C_BBPLL_OC_DHREF_SEL_LSB) | dcur; in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h237 uint8_t dcur; in clk_ll_bbpll_set_config() local
248 dcur = 0; in clk_ll_bbpll_set_config()
257 dcur = 3; in clk_ll_bbpll_set_config()
267 dcur = 3; in clk_ll_bbpll_set_config()
274 …8_t i2c_bbpll_dcur = (1 << I2C_BBPLL_OC_DLREF_SEL_LSB ) | (3 << I2C_BBPLL_OC_DHREF_SEL_LSB) | dcur; in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h397 uint8_t dcur; in clk_ll_bbpll_set_config() local
406 dcur = 4; in clk_ll_bbpll_set_config()
415 dcur = 5; in clk_ll_bbpll_set_config()
420 …8_t i2c_bbpll_dcur = (2 << I2C_BBPLL_OC_DLREF_SEL_LSB ) | (1 << I2C_BBPLL_OC_DHREF_SEL_LSB) | dcur; in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dclk_tree_ll.h308 uint8_t dcur; in clk_ll_bbpll_set_config() local
320 dcur = 3; in clk_ll_bbpll_set_config()
326 …8_t i2c_bbpll_dcur = (1 << I2C_BBPLL_OC_DLREF_SEL_LSB ) | (3 << I2C_BBPLL_OC_DHREF_SEL_LSB) | dcur; in clk_ll_bbpll_set_config()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_struct.h226 …uint32_t dcur: 2; /*touch sensor bias current. Should have option to tie with … member