OpenOCD
esirisc_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esirisc_common
esirisc_common struct
Syntax
Show:
Summary
Declaration
from
esirisc.h:64
struct
esirisc_common
{
struct
target
*
target
;
struct
esirisc_jtag
jtag_info
;
enum
esirisc_cache
cache_arch
;
char
*
gdb_arch
;
struct
reg_cache
*
reg_cache
;
struct
reg
*
epc
;
struct
reg
*
ecas
;
struct
reg
*
eid
;
struct
reg
*
ed
;
uint32_t
etc_save
;
uint32_t
hwdc_save
;
int
num_bits
;
int
num_regs
;
bool
has_icache
;
bool
has_dcache
;
bool
has_trace
;
int
num_breakpoints
;
struct
breakpoint
*
breakpoints_p
[
MAX_BREAKPOINTS
]
;
int
num_watchpoints
;
struct
watchpoint
*
watchpoints_p
[
MAX_WATCHPOINTS
]
;
struct
esirisc_trace
trace_info
;
}
;
Fields
Field
Declared as
esirisc_common::target
struct
target
*
esirisc_common::jtag_info
struct
esirisc_jtag
esirisc_common::cache_arch
enum
esirisc_cache
esirisc_common::gdb_arch
char
*
esirisc_common::reg_cache
struct
reg_cache
*
esirisc_common::epc
struct
reg
*
esirisc_common::ecas
struct
reg
*
esirisc_common::eid
struct
reg
*
esirisc_common::ed
struct
reg
*
esirisc_common::etc_save
uint32_t
esirisc_common::hwdc_save
uint32_t
esirisc_common::num_bits
int
esirisc_common::num_regs
int
esirisc_common::has_icache
bool
esirisc_common::has_dcache
bool
esirisc_common::has_trace
bool
esirisc_common::num_breakpoints
int
esirisc_common::breakpoints_p
struct
breakpoint
*
[
MAX_BREAKPOINTS
]
esirisc_common::num_watchpoints
int
esirisc_common::watchpoints_p
struct
watchpoint
*
[
MAX_WATCHPOINTS
]
esirisc_common::trace_info
struct
esirisc_trace
Related Functions
Found 3 other functions taking a
esirisc_common
argument:
Function
esirisc_cache_arch_name()
esirisc_has_cache()
esirisc_wait_debug_active()
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