OpenOCD
arc_reg_data_type
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_data_type
arc_reg_data_type struct
Syntax
Show:
Summary
Declaration
from
arc.h:139
struct
arc_reg_data_type
{
struct
list_head
list
;
struct
reg_data_type
data_type
;
struct
reg_data_type_flags
data_type_flags
;
struct
reg_data_type_struct
data_type_struct
;
char
data_type_id
[
REG_TYPE_MAX_NAME_LENGTH
]
;
struct
arc_reg_bitfield
*
bitfields
;
union
{
struct
reg_data_type_struct_field
*
reg_type_struct_field
;
struct
reg_data_type_flags_field
*
reg_type_flags_field
;
}
;
}
;
Fields
Field
Declared as
arc_reg_data_type::list
struct
list_head
arc_reg_data_type::data_type
struct
reg_data_type
arc_reg_data_type::data_type_flags
struct
reg_data_type_flags
arc_reg_data_type::data_type_struct
struct
reg_data_type_struct
arc_reg_data_type::data_type_id
char
[
REG_TYPE_MAX_NAME_LENGTH
]
arc_reg_data_type::bitfields
struct
arc_reg_bitfield
*
Related Functions
Found 3 other functions taking a
arc_reg_data_type
argument:
Function
arc_reg_data_type_add()
arc_handle_add_reg_type_flags_ops()
arc_handle_add_reg_type_struct_opts()
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