Home
last modified time | relevance | path

Searched refs:RTC_IO_XPD_XTAL_32K_M (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h242 SET_PERI_REG_MASK(RTC_IO_XTAL_32K_PAD_REG, RTC_IO_XPD_XTAL_32K_M); in clk_ll_xtal32k_enable()
251 CLEAR_PERI_REG_MASK(RTC_IO_XTAL_32K_PAD_REG, RTC_IO_XPD_XTAL_32K_M); in clk_ll_xtal32k_disable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_reg.h982 #define RTC_IO_XPD_XTAL_32K_M (BIT(19)) macro