esp32_apptrace_hw::data_read is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesp32_apptrace_hw::data_read

esp32_apptrace_hw::data_read field

Syntax

int (*data_read)(struct target *target, uint32_t size, uint8_t *buffer, uint32_t block_id, bool ack);

References

LocationReferrerScopeText
esp32_apptrace.h:33
int (*data_read)(struct target *target,
esp32_apptrace.c:1125esp32_apptrace_poll()
res = ctx->hw->data_read(ctx->cpus[fired_target_num], target_state[fired_target_num].data_len, block->data,
esp32_apptrace.c:1311esp32_sysview_stop()
res = ctx->hw->data_read(ctx->cpus[fired_target_num], target_state[fired_target_num].data_len, block->data,
esp32_apptrace.c:1387esp32_sysview_stop()
res = ctx->hw->data_read(ctx->cpus[fired_target_num],
esp_xtensa_apptrace.c:50esp_xtensa_apptrace_data_read()esp_xtensa_apptrace_hw
esp_xtensa_apptrace.c:57

Call Tree

Functions calling esp32_apptrace_hw::data_read
esp32_apptrace_hw::data_read
Implementations
all items filtered out
esp32_apptrace_hw::data_read