Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h110 SET_PERI_REG_MASK(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_XTAL32K_XPD_FORCE); in clk_ll_xtal32k_disable()
124 bool xtal_xpd_sw = (xtal_conf & RTC_CNTL_XTAL32K_XPD_FORCE) >> RTC_CNTL_XTAL32K_XPD_FORCE_S; in clk_ll_xtal32k_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h108 SET_PERI_REG_MASK(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_XTAL32K_XPD_FORCE); in clk_ll_xtal32k_disable()
122 bool xtal_xpd_sw = (xtal_conf & RTC_CNTL_XTAL32K_XPD_FORCE) >> RTC_CNTL_XTAL32K_XPD_FORCE_S; in clk_ll_xtal32k_is_enabled()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h194 SET_PERI_REG_MASK(RTC_CNTL_EXT_XTL_CONF_REG, RTC_CNTL_XTAL32K_XPD_FORCE); in clk_ll_xtal32k_disable()
208 bool xtal_xpd_sw = (xtal_conf & RTC_CNTL_XTAL32K_XPD_FORCE) >> RTC_CNTL_XTAL32K_XPD_FORCE_S; in clk_ll_xtal32k_is_enabled()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h897 #define RTC_CNTL_XTAL32K_XPD_FORCE (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1103 #define RTC_CNTL_XTAL32K_XPD_FORCE (BIT(7)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1186 #define RTC_CNTL_XTAL32K_XPD_FORCE (BIT(7)) macro