esp32_reset_stub_code is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

esp32_reset_stub_code variable

Syntax

static const uint8_t esp32_reset_stub_code[] = { #include "../../../contrib/loaders/reset/espressif/esp32/cpu_reset_handler_code.inc" };

References

LocationReferrerText
esp32.c:92
static const uint8_t esp32_reset_stub_code[] = {
esp32.c:159esp32_soc_reset()
uint8_t slow_mem_save[sizeof(esp32_reset_stub_code)];
esp32.c:169esp32_soc_reset()
res = target_write_buffer(target, ESP32_RTC_SLOW_MEM_BASE, sizeof(esp32_reset_stub_code), esp32_reset_stub_code);

Data Use

Functions reading esp32_reset_stub_code
esp32_reset_stub_code
all items filtered out
Type of esp32_reset_stub_code
esp32_reset_stub_code
uint8_t
all items filtered out