OpenOCD
arc_reg_desc
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
arc_reg_desc
arc_reg_desc struct
Syntax
Show:
Summary
Declaration
from
arc.h:286
struct
arc_reg_desc
{
struct
target
*
target
;
char
*
name
;
uint8_t
reg_value
[
4
]
;
struct
reg_feature
feature
;
char
*
gdb_xml_feature
;
bool
is_general
;
uint32_t
arch_num
;
bool
is_core
;
bool
is_bcr
;
struct
reg_data_type
*
data_type
;
struct
list_head
list
;
}
;
Fields
Field
Declared as
arc_reg_desc::target
struct
target
*
arc_reg_desc::name
char
*
arc_reg_desc::reg_value
uint8_t
[
4
]
arc_reg_desc::feature
struct
reg_feature
arc_reg_desc::gdb_xml_feature
char
*
arc_reg_desc::is_general
bool
arc_reg_desc::arch_num
uint32_t
arc_reg_desc::is_core
bool
arc_reg_desc::is_bcr
bool
arc_reg_desc::data_type
struct
reg_data_type
*
arc_reg_desc::list
struct
list_head
Related Functions
Found 5 other functions taking a
arc_reg_desc
argument:
Function
free_reg_desc()
arc_reg_add()
arc_init_reg()
validate_register()
arc_handle_add_reg_do()
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