Searched refs:dres (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | clk_tree_ll.h | 227 uint32_t dres = CLK_LL_XTAL_32K_DRES_VAL; // resistance in clk_ll_xtal32k_enable() local 231 dres = CLK_LL_XTAL_32K_EXT_DRES_VAL; in clk_ll_xtal32k_enable() 235 dres = CLK_LL_XTAL_32K_BOOTSTRAP_DRES_VAL; in clk_ll_xtal32k_enable() 239 REG_SET_FIELD(RTC_IO_XTAL_32K_PAD_REG, RTC_IO_DRES_XTAL_32K, dres); in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | clk_tree_ll.h | 37 .dres = 3, \ 63 uint32_t dres : 3; member 119 LP_CLKRST.xtal32k.dres_xtal32k = cfg.dres; in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | clk_tree_ll.h | 40 .dres = 3, \ 59 uint32_t dres : 3; member 96 REG_SET_FIELD(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_DRES_XTAL_32K, cfg.dres); in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_tree_ll.h | 38 .dres = 3, \ 57 uint32_t dres : 3; member 94 REG_SET_FIELD(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_DRES_XTAL_32K, cfg.dres); in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | clk_tree_ll.h | 53 .dres = 3, \ 72 uint32_t dres : 3; member 177 REG_SET_FIELD(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_DRES_XTAL_32K, cfg.dres); in clk_ll_xtal32k_enable()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | clk_tree_ll.h | 41 .dres = 3, \ 67 uint32_t dres : 3; member 113 LP_CLKRST.xtal32k.dres_xtal32k = cfg.dres; in clk_ll_xtal32k_enable()
|