OpenOCD
reg_data_type Struct Reference
Collaboration diagram for reg_data_type:

Data Fields

union {
   struct reg_data_type_flags *   reg_type_flags
 
   struct reg_data_type_struct *   reg_type_struct
 
   struct reg_data_type_union *   reg_type_union
 
   struct reg_data_type_vector *   reg_type_vector
 
}; 
 
const char * id
 
enum reg_type type
 
enum reg_data_type_class type_class
 

Detailed Description

Definition at line 99 of file register.h.

Field Documentation

◆ 

union { ... }

◆ id

◆ reg_type_flags

struct reg_data_type_flags* reg_data_type::reg_type_flags

Definition at line 107 of file register.h.

◆ reg_type_struct

struct reg_data_type_struct* reg_data_type::reg_type_struct

Definition at line 106 of file register.h.

Referenced by arc_reg_get_field().

◆ reg_type_union

struct reg_data_type_union* reg_data_type::reg_type_union

Definition at line 105 of file register.h.

◆ reg_type_vector

struct reg_data_type_vector* reg_data_type::reg_type_vector

Definition at line 104 of file register.h.

◆ type

◆ type_class

enum reg_data_type_class reg_data_type::type_class

Definition at line 101 of file register.h.

Referenced by arc_reg_get_field().


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