Searched refs:RTC_CNTL_SWD_BYPASS_RST (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/esp32c2/ |
D | bootloader_soc.c | 15 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/ |
D | bootloader_soc.c | 15 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/ |
D | bootloader_soc.c | 15 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/ |
D | soc_init.c | 24 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/ |
D | soc_init.c | 34 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/ |
D | soc_init.c | 23 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/ |
D | rtc_cntl_reg.h | 1188 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc_cntl_reg.h | 1756 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc_cntl_reg.h | 2150 #define RTC_CNTL_SWD_BYPASS_RST (BIT(17)) macro
|