Home
last modified time | relevance | path

Searched refs:RTC_CNTL_SWD_BYPASS_RST (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/esp32c2/
Dbootloader_soc.c15 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
17 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
/hal_espressif-latest/components/bootloader_support/src/esp32c3/
Dbootloader_soc.c15 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
17 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_soc.c15 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
17 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_init.c24 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in ana_super_wdt_reset_config()
26 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in ana_super_wdt_reset_config()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_init.c34 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in ana_super_wdt_reset_config()
36 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in ana_super_wdt_reset_config()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_init.c23 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in ana_super_wdt_reset_config()
25 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in ana_super_wdt_reset_config()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_reg.h1188 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1756 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h2150 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro