OpenOCD
reg_data_type_struct_field Struct Reference
Collaboration diagram for reg_data_type_struct_field:

Data Fields

union {
   struct reg_data_type_bitfield *   bitfield
 
   struct reg_data_type *   type
 
}; 
 
const char * name
 
struct reg_data_type_struct_fieldnext
 
bool use_bitfields
 

Detailed Description

Definition at line 66 of file register.h.

Field Documentation

◆ 

union { ... }

◆ bitfield

struct reg_data_type_bitfield* reg_data_type_struct_field::bitfield

Definition at line 70 of file register.h.

Referenced by arc_reg_get_field(), COMMAND_HELPER(), and gdb_generate_reg_type_description().

◆ name

const char* reg_data_type_struct_field::name

Definition at line 67 of file register.h.

Referenced by arc_reg_get_field(), COMMAND_HELPER(), and gdb_generate_reg_type_description().

◆ next

struct reg_data_type_struct_field* reg_data_type_struct_field::next

Definition at line 73 of file register.h.

Referenced by arc_reg_get_field(), COMMAND_HELPER(), and gdb_generate_reg_type_description().

◆ type

struct reg_data_type* reg_data_type_struct_field::type

Definition at line 71 of file register.h.

Referenced by gdb_generate_reg_type_description().

◆ use_bitfields

bool reg_data_type_struct_field::use_bitfields

Definition at line 68 of file register.h.

Referenced by arc_reg_get_field(), COMMAND_HELPER(), and gdb_generate_reg_type_description().


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