Home
last modified time | relevance | path

Searched refs:RTC_CNTL_ENB_CK8M (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dclk_tree_ll.h68 CLEAR_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_enable()
77 SET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_disable()
88 return GET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M) == 0; in clk_ll_rc_fast_is_enabled()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dclk_tree_ll.h137 CLEAR_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_enable()
146 SET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_disable()
157 return GET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M) == 0; in clk_ll_rc_fast_is_enabled()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dclk_tree_ll.h135 CLEAR_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_enable()
144 SET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_disable()
155 return GET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M) == 0; in clk_ll_rc_fast_is_enabled()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dclk_tree_ll.h221 CLEAR_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_enable()
230 SET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_disable()
241 return GET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M) == 0; in clk_ll_rc_fast_is_enabled()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dclk_tree_ll.h269 CLEAR_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_enable()
278 SET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M); in clk_ll_rc_fast_disable()
289 return GET_PERI_REG_MASK(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_ENB_CK8M) == 0; in clk_ll_rc_fast_is_enabled()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_reg.h742 #define RTC_CNTL_ENB_CK8M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_cntl_reg.h964 #define RTC_CNTL_ENB_CK8M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1073 #define RTC_CNTL_ENB_CK8M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h1288 #define RTC_CNTL_ENB_CK8M (BIT(6)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h1382 #define RTC_CNTL_ENB_CK8M (BIT(6)) macro