target_to_esp_xtensa() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_to_esp_xtensa()

target_to_esp_xtensa() function

Syntax

static inline struct esp_xtensa_common *target_to_esp_xtensa(struct target *target);

Arguments

target

References

LocationReferrerText
esp_xtensa.h:24
static inline struct esp_xtensa_common *target_to_esp_xtensa(struct target *target)
esp32_apptrace.c:441esp32_apptrace_cmd_ctx_init()
cmd_ctx->hw = target_to_esp_xtensa(target)->apptrace.hw;
esp32s2.c:396esp32s2_poll()
struct esp_xtensa_common *esp_xtensa = target_to_esp_xtensa(target);
esp_semihosting.c:22target_to_esp_semihost_data()
return &target_to_esp_xtensa(target)->semihost;
esp_xtensa.c:45esp_xtensa_dbgstubs_restore()
struct esp_xtensa_common *esp_xtensa = target_to_esp_xtensa(target);
esp_xtensa.c:97esp_xtensa_target_deinit()
free(target_to_esp_xtensa(target)); /* same as free(xtensa) */
esp_xtensa.c:108esp_xtensa_poll()
struct esp_xtensa_common *esp_xtensa_common = target_to_esp_xtensa(target);
esp_xtensa.c:123esp_xtensa_dbgstubs_addr_check()
struct esp_xtensa_common *esp_xtensa = target_to_esp_xtensa(target);
esp_xtensa.c:145esp_xtensa_dbgstubs_info_update()
struct esp_xtensa_common *esp_xtensa = target_to_esp_xtensa(target);
esp_xtensa_semihosting.c:52esp_xtensa_semihosting()
struct esp_xtensa_common *esp_xtensa = target_to_esp_xtensa(target);
esp_xtensa_semihosting.c:96esp_xtensa_semihosting()
target_to_esp_xtensa(target)->semihost.need_resume = true;
esp_xtensa_smp.c:152esp_xtensa_smp_poll()
struct esp_xtensa_common *esp_xtensa = target_to_esp_xtensa(target);
esp_xtensa_smp.c:177esp_xtensa_smp_poll()
target_to_esp_xtensa(curr)->esp.dbg_stubs.base = esp_xtensa->esp.dbg_stubs.base;
esp_xtensa_smp.c:302esp_xtensa_smp_update_halt_gdb()
struct esp_xtensa_common *curr_esp_xtensa = target_to_esp_xtensa(curr);

Call Tree

Data read by target_to_esp_xtensa()
target_to_esp_xtensa()::__mptr
all items filtered out
target_to_esp_xtensa()
Type of target_to_esp_xtensa()
target_to_esp_xtensa()
all items filtered out