OpenOCD
trace_status
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
trace_status
trace_status enum
Syntax
Show:
Summary
Declaration
from
trace.h:36
enum
trace_status
{
TRACE_IDLE
=
0x0
,
TRACE_RUNNING
=
0x1
,
TRACE_TRIGGERED
=
0x2
,
TRACE_COMPLETED
=
0x4
,
TRACE_OVERFLOWED
=
0x8
,
}
;
Values
Value
Declared as
trace_status::TRACE_IDLE
=
0x0
trace_status::TRACE_RUNNING
=
0x1
trace_status::TRACE_TRIGGERED
=
0x2
trace_status::TRACE_COMPLETED
=
0x4
trace_status::TRACE_OVERFLOWED
=
0x8
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out