Home
last modified time | relevance | path

Searched refs:RTC_CNTL_SWD_WPROTECT_REG (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_init.c49 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY_VALUE); in super_wdt_auto_feed()
51 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, 0); in super_wdt_auto_feed()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_init.c94 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY_VALUE); in super_wdt_auto_feed()
96 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, 0); in super_wdt_auto_feed()
/hal_espressif-latest/components/bootloader_support/src/esp32c2/
Dbootloader_esp32c2.c80 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY_VALUE); in bootloader_super_wdt_auto_feed()
82 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, 0); in bootloader_super_wdt_auto_feed()
/hal_espressif-latest/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c85 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY_VALUE); in bootloader_super_wdt_auto_feed()
87 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, 0); in bootloader_super_wdt_auto_feed()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_init.c60 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY_VALUE); in super_wdt_auto_feed()
62 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, 0); in super_wdt_auto_feed()
/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32c3.py82 RTC_CNTL_SWD_WPROTECT_REG = RTCCNTL_BASE_REG + 0x00B0 variable in ESP32C3ROM
243 self.write_reg(self.RTC_CNTL_SWD_WPROTECT_REG, self.RTC_CNTL_SWD_WKEY)
249 self.write_reg(self.RTC_CNTL_SWD_WPROTECT_REG, 0)
Desp32s3.py90 RTC_CNTL_SWD_WPROTECT_REG = RTCCNTL_BASE_REG + 0x00B8 variable in ESP32S3ROM
334 self.write_reg(self.RTC_CNTL_SWD_WPROTECT_REG, self.RTC_CNTL_SWD_WKEY)
340 self.write_reg(self.RTC_CNTL_SWD_WPROTECT_REG, 0)
Desp32h2.py25 RTC_CNTL_SWD_WPROTECT_REG = DR_REG_LP_WDT_BASE + 0x0024 # LP_WDT_SWD_WPROTECT_REG variable in ESP32H2ROM
Desp32c6.py79 RTC_CNTL_SWD_WPROTECT_REG = DR_REG_LP_WDT_BASE + 0x0020 # LP_WDT_SWD_WPROTECT_REG variable in ESP32C6ROM
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h392 #define RTC_CNTL_SWD_WPROTECT_REG (RTCCNTL_BASE_REG + 0x00B8) macro
401 #define RTC_CNTL_SWD_WPROTECT_REG (RTCCNTL_BASE_REG + 0x00B0) macro
410 #define RTC_CNTL_SWD_WPROTECT_REG (DR_REG_LP_WDT_BASE + 0x0020) // LP_WDT_SWD_WPROTECT_REG macro
419 #define RTC_CNTL_SWD_WPROTECT_REG (DR_REG_LP_WDT_BASE + 0x0024) // LP_WDT_SWD_WPROTECT_REG macro
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c128 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY_VALUE); in bootloader_super_wdt_auto_feed()
130 REG_WRITE(RTC_CNTL_SWD_WPROTECT_REG, 0); in bootloader_super_wdt_auto_feed()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c119 WRITE_REG(RTC_CNTL_SWD_WPROTECT_REG, RTC_CNTL_SWD_WKEY); // Disable write protection in disable_watchdogs()
121 WRITE_REG(RTC_CNTL_SWD_WPROTECT_REG, 0x0); // Re-enable write protection in disable_watchdogs()
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py737 reg_mod.RTC_CNTL_SWD_WPROTECT_REG, reg_mod.RTC_CNTL_SWD_WKEY
742 reg_mod.write_reg(reg_mod.RTC_CNTL_SWD_WPROTECT_REG, 0)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Drtc_cntl_reg.h1205 #define RTC_CNTL_SWD_WPROTECT_REG (DR_REG_RTCCNTL_BASE + 0xA4) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drtc_cntl_reg.h1773 #define RTC_CNTL_SWD_WPROTECT_REG (DR_REG_RTCCNTL_BASE + 0x00B0) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_cntl_reg.h2258 #define RTC_CNTL_SWD_WPROTECT_REG (DR_REG_RTCCNTL_BASE + 0x00B4) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_cntl_reg.h2167 #define RTC_CNTL_SWD_WPROTECT_REG (DR_REG_RTCCNTL_BASE + 0xB8) macro