ESP32_RTC_SLOW_MEM_BASE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDESP32_RTC_SLOW_MEM_BASE

ESP32_RTC_SLOW_MEM_BASE macro

Syntax

#define ESP32_RTC_SLOW_MEM_BASE ESP32_RTC_DATA_LOW

References

LocationText
esp32.c:33
#define ESP32_RTC_SLOW_MEM_BASE ESP32_RTC_DATA_LOW
esp32.c:162
res = target_read_buffer(target, ESP32_RTC_SLOW_MEM_BASE, sizeof(slow_mem_save), slow_mem_save);
esp32.c:169
res = target_write_buffer(target, ESP32_RTC_SLOW_MEM_BASE, sizeof(esp32_reset_stub_code), esp32_reset_stub_code);
esp32.c:178
res = xtensa_resume(target, 0, ESP32_RTC_SLOW_MEM_BASE + 4, 0, 0);
esp32.c:207
res = target_write_buffer(target, ESP32_RTC_SLOW_MEM_BASE, sizeof(slow_mem_save), slow_mem_save);