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

esp32_apptrace_hw::data_len_read field

Syntax

int (*data_len_read)(struct target *target, uint32_t *block_id, uint32_t *len);

References

LocationReferrerScopeText
esp32_apptrace.h:30
int (*data_len_read)(struct target *target,
esp32_apptrace.c:743esp32_apptrace_safe_halt_targets()
res = ctx->hw->data_len_read(ctx->cpus[k], &targets[k].block_id, &targets[k].data_len);
esp32_apptrace.c:858esp32_apptrace_get_data_info()
int res = ctx->hw->data_len_read(ctx->cpus[i], &target_state[i].block_id, &target_state[i].data_len);
esp_xtensa_apptrace.c:50esp_xtensa_apptrace_data_len_read()esp_xtensa_apptrace_hw
esp_xtensa_apptrace.c:56

Call Tree

Functions calling esp32_apptrace_hw::data_len_read
esp32_apptrace_hw::data_len_read
Implementations
esp32_apptrace_hw::data_len_read