Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h126 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.h124 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.h210 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/soc/esp32c3/include/soc/
Drtc_cntl_reg.h870 #define RTC_CNTL_XPD_XTAL_32K_S 16 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1076 #define RTC_CNTL_XPD_XTAL_32K_S 16 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1159 #define RTC_CNTL_XPD_XTAL_32K_S 16 macro