xscale_trace_data::depth is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxscale_trace_data::depth

xscale_trace_data::depth field

Syntax

int depth;

References

LocationReferrerText
xscale.h:50
int depth;
xscale.c:2558xscale_read_trace()
(*trace_data_p)->depth = 256 - j;
xscale.c:2676xscale_analyze_trace()
for (i = 0; i < trace_data->depth; i++) {
xscale.c:3477xscale_handle_dump_trace_command()
fileio_write_u32(file, trace_data->depth);
xscale.c:3479xscale_handle_dump_trace_command()
for (i = 0; i < trace_data->depth; i++)

Data Use

Functions writing xscale_trace_data::depth
Functions reading xscale_trace_data::depth
all items filtered out
xscale_trace_data::depth