trace::trace_history_pos is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtrace::trace_history_pos

trace::trace_history_pos field

Syntax

uint32_t trace_history_pos;

References

LocationReferrerText
trace.h:27
uint32_t trace_history_pos;
trace.c:26trace_point()
trace->trace_history[trace->trace_history_pos++] = number;
trace.c:27trace_point()
if (trace->trace_history_pos == trace->trace_history_size) {
trace.c:28trace_point()
trace->trace_history_pos = 0;
trace.c:85handle_trace_history_command()
trace->trace_history_pos = 0;
trace.c:102handle_trace_history_command()
uint32_t last = trace->trace_history_pos;
trace.c:110handle_trace_history_command()
first = trace->trace_history_pos;
trace.c:111handle_trace_history_command()
last = trace->trace_history_pos - 1;

Data Use

Functions writing trace::trace_history_pos
Functions reading trace::trace_history_pos
trace::trace_history_pos
Type of trace::trace_history_pos
trace::trace_history_pos
uint32_t
all items filtered out