OpenOCD
arc_reg_data_type Struct Reference
Collaboration diagram for arc_reg_data_type:

Data Fields

union {
   struct reg_data_type_flags_field *   reg_type_flags_field
 
   struct reg_data_type_struct_field *   reg_type_struct_field
 
}; 
 
struct arc_reg_bitfieldbitfields
 
struct reg_data_type data_type
 
struct reg_data_type_flags data_type_flags
 
char data_type_id [REG_TYPE_MAX_NAME_LENGTH]
 
struct reg_data_type_struct data_type_struct
 
struct list_head list
 

Detailed Description

Definition at line 139 of file arc.h.

Field Documentation

◆ 

union { ... }

◆ bitfields

struct arc_reg_bitfield* arc_reg_data_type::bitfields

Definition at line 145 of file arc.h.

◆ data_type

struct reg_data_type arc_reg_data_type::data_type

Definition at line 136 of file arc.h.

Referenced by arc_init_arch_info().

◆ data_type_flags

struct reg_data_type_flags arc_reg_data_type::data_type_flags

Definition at line 136 of file arc.h.

◆ data_type_id

char arc_reg_data_type::data_type_id[REG_TYPE_MAX_NAME_LENGTH]

Definition at line 144 of file arc.h.

◆ data_type_struct

struct reg_data_type_struct arc_reg_data_type::data_type_struct

Definition at line 136 of file arc.h.

◆ list

struct list_head arc_reg_data_type::list

Definition at line 136 of file arc.h.

Referenced by arc_reg_add().

◆ reg_type_flags_field

struct reg_data_type_flags_field* arc_reg_data_type::reg_type_flags_field

Definition at line 148 of file arc.h.

◆ reg_type_struct_field

struct reg_data_type_struct_field* arc_reg_data_type::reg_type_struct_field

Definition at line 147 of file arc.h.


The documentation for this struct was generated from the following file: