OpenOCD
or1k_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
or1k_common
or1k_common struct
Syntax
Show:
Summary
Declaration
from
or1k.h:87
struct
or1k_common
{
struct
or1k_jtag
jtag
;
struct
reg_cache
*
core_cache
;
uint32_t
core_regs
[
OR1KNUMCOREREGS
]
;
int
nb_regs
;
struct
or1k_core_reg
*
arch_info
;
}
;
Fields
Field
Declared as
or1k_common::jtag
struct
or1k_jtag
or1k_common::core_cache
struct
reg_cache
*
or1k_common::core_regs
uint32_t
[
OR1KNUMCOREREGS
]
or1k_common::nb_regs
int
or1k_common::arch_info
struct
or1k_core_reg
*
Related Functions
Found 3 other functions taking a
or1k_common
argument:
Function
or1k_jtag_read_regs()
or1k_jtag_write_regs()
or1k_to_du()
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