/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | soc_support.h | 394 #define RTC_CNTL_SWD_AUTO_FEED_EN (1 << 31) macro 403 #define RTC_CNTL_SWD_AUTO_FEED_EN (1 << 31) macro 412 #define RTC_CNTL_SWD_AUTO_FEED_EN (1 << 18) macro 421 #define RTC_CNTL_SWD_AUTO_FEED_EN (1 << 18) macro
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_init.c | 20 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in super_wdt_auto_feed()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_init.c | 50 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in super_wdt_auto_feed()
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_init.c | 95 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in super_wdt_auto_feed()
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32c3.py | 81 RTC_CNTL_SWD_AUTO_FEED_EN = 1 << 31 variable in ESP32C3ROM 247 | self.RTC_CNTL_SWD_AUTO_FEED_EN,
|
D | esp32h2.py | 24 RTC_CNTL_SWD_AUTO_FEED_EN = 1 << 18 variable in ESP32H2ROM
|
D | esp32s3.py | 89 RTC_CNTL_SWD_AUTO_FEED_EN = 1 << 31 variable in ESP32S3ROM 338 | self.RTC_CNTL_SWD_AUTO_FEED_EN,
|
D | esp32c6.py | 78 RTC_CNTL_SWD_AUTO_FEED_EN = 1 << 18 variable in ESP32C6ROM
|
/hal_espressif-latest/components/bootloader_support/src/esp32c2/ |
D | bootloader_esp32c2.c | 81 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in bootloader_super_wdt_auto_feed()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c3/ |
D | bootloader_esp32c3.c | 86 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in bootloader_super_wdt_auto_feed()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_init.c | 61 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in super_wdt_auto_feed()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s2/ |
D | bootloader_esp32s2.c | 109 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in bootloader_super_wdt_auto_feed()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | bootloader_esp32s3.c | 129 REG_SET_BIT(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); in bootloader_super_wdt_auto_feed()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_flasher.c | 120 REG_SET_MASK(RTC_CNTL_SWD_CONF_REG, RTC_CNTL_SWD_AUTO_FEED_EN); // Autofeed super watchdog in disable_watchdogs()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | rtc_cntl_reg.h | 1158 #define RTC_CNTL_SWD_AUTO_FEED_EN (BIT(31)) macro
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_esptool.py | 740 reg_mod.RTC_CNTL_SWD_CONF_REG, 0, mask=reg_mod.RTC_CNTL_SWD_AUTO_FEED_EN
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rtc_cntl_reg.h | 1726 #define RTC_CNTL_SWD_AUTO_FEED_EN (BIT(31)) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rtc_cntl_reg.h | 2217 #define RTC_CNTL_SWD_AUTO_FEED_EN (BIT(31)) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rtc_cntl_reg.h | 2120 #define RTC_CNTL_SWD_AUTO_FEED_EN (BIT(31)) macro
|