Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bootloader_support/src/esp32c3/
Dbootloader_soc.c15 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
17 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32h2/
Dbootloader_soc.c15 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
17 REG_CLR_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_BYPASS_RST); in bootloader_ana_super_wdt_reset_config()
/hal_espressif-3.6.0/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-3.6.0/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1766 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Drtc_cntl_reg.h2094 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h2156 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro