Searched refs:RTC_CNTL_CK8M_DIV_SEL (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | clk_tree_ll.h | 478 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL, divider - 1); in clk_ll_rc_fast_set_divider() 489 return REG_GET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL) + 1; in clk_ll_rc_fast_get_divider()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | clk_tree_ll.h | 588 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL, divider - 1); in clk_ll_rc_fast_set_divider() 599 return REG_GET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL) + 1; in clk_ll_rc_fast_get_divider()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_tree_ll.h | 586 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL, divider - 1); in clk_ll_rc_fast_set_divider() 597 return REG_GET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL) + 1; in clk_ll_rc_fast_get_divider()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | clk_tree_ll.h | 701 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL, divider - 1); in clk_ll_rc_fast_set_divider() 712 return REG_GET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL) + 1; in clk_ll_rc_fast_get_divider()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | clk_tree_ll.h | 784 REG_SET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL, divider - 1); in clk_ll_rc_fast_set_divider() 794 return REG_GET_FIELD(RTC_CNTL_CLK_CONF_REG, RTC_CNTL_CK8M_DIV_SEL) + 1; in clk_ll_rc_fast_get_divider()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc_cntl_reg.h | 712 #define RTC_CNTL_CK8M_DIV_SEL 0x00000007 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc_cntl_reg.h | 928 #define RTC_CNTL_CK8M_DIV_SEL 0x00000007 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc_cntl_reg.h | 1043 #define RTC_CNTL_CK8M_DIV_SEL 0x00000007 macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc_cntl_reg.h | 1258 #define RTC_CNTL_CK8M_DIV_SEL 0x00000007 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc_cntl_reg.h | 1352 #define RTC_CNTL_CK8M_DIV_SEL 0x00000007 macro
|