OpenOCD
riscv_halt_reason
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
riscv_halt_reason
riscv_halt_reason enum
Syntax
Show:
Summary
Declaration
from
riscv.h:52
enum
riscv_halt_reason
{
RISCV_HALT_INTERRUPT
,
RISCV_HALT_BREAKPOINT
,
RISCV_HALT_SINGLESTEP
,
RISCV_HALT_TRIGGER
,
RISCV_HALT_UNKNOWN
,
RISCV_HALT_GROUP
,
RISCV_HALT_ERROR
}
;
Values
Value
Declared as
riscv_halt_reason::RISCV_HALT_INTERRUPT
riscv_halt_reason::RISCV_HALT_BREAKPOINT
riscv_halt_reason::RISCV_HALT_SINGLESTEP
riscv_halt_reason::RISCV_HALT_TRIGGER
riscv_halt_reason::RISCV_HALT_UNKNOWN
riscv_halt_reason::RISCV_HALT_GROUP
riscv_halt_reason::RISCV_HALT_ERROR
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