Home
last modified time | relevance | path

Searched refs:xtal_conf (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h122 uint32_t xtal_conf = READ_PERI_REG(RTC_CNTL_EXT_XTL_CONF_REG); in clk_ll_xtal32k_is_enabled() local
124 bool xtal_xpd_sw = (xtal_conf & RTC_CNTL_XTAL32K_XPD_FORCE) >> RTC_CNTL_XTAL32K_XPD_FORCE_S; in clk_ll_xtal32k_is_enabled()
126 bool xtal_xpd_st = (xtal_conf & RTC_CNTL_XPD_XTAL_32K) >> RTC_CNTL_XPD_XTAL_32K_S; in clk_ll_xtal32k_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h120 uint32_t xtal_conf = READ_PERI_REG(RTC_CNTL_EXT_XTL_CONF_REG); in clk_ll_xtal32k_is_enabled() local
122 bool xtal_xpd_sw = (xtal_conf & RTC_CNTL_XTAL32K_XPD_FORCE) >> RTC_CNTL_XTAL32K_XPD_FORCE_S; in clk_ll_xtal32k_is_enabled()
124 bool xtal_xpd_st = (xtal_conf & RTC_CNTL_XPD_XTAL_32K) >> RTC_CNTL_XPD_XTAL_32K_S; in clk_ll_xtal32k_is_enabled()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h206 uint32_t xtal_conf = READ_PERI_REG(RTC_CNTL_EXT_XTL_CONF_REG); in clk_ll_xtal32k_is_enabled() local
208 bool xtal_xpd_sw = (xtal_conf & RTC_CNTL_XTAL32K_XPD_FORCE) >> RTC_CNTL_XTAL32K_XPD_FORCE_S; in clk_ll_xtal32k_is_enabled()
210 bool xtal_xpd_st = (xtal_conf & RTC_CNTL_XPD_XTAL_32K) >> RTC_CNTL_XPD_XTAL_32K_S; in clk_ll_xtal32k_is_enabled()