OpenOCD
|
Data Fields | |
union { | |
struct reg_data_type_bitfield * bitfield | |
struct reg_data_type * type | |
}; | |
const char * | name |
struct reg_data_type_struct_field * | next |
bool | use_bitfields |
Definition at line 66 of file register.h.
union { ... } |
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(), gdb_generate_reg_type_description(), and jim_arc_add_reg_type_struct().
const char* reg_data_type_struct_field::name |
Definition at line 67 of file register.h.
Referenced by arc_reg_get_field(), gdb_generate_reg_type_description(), and jim_arc_add_reg_type_struct().
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(), gdb_generate_reg_type_description(), and jim_arc_add_reg_type_struct().
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().
bool reg_data_type_struct_field::use_bitfields |
Definition at line 68 of file register.h.
Referenced by arc_reg_get_field(), gdb_generate_reg_type_description(), and jim_arc_add_reg_type_struct().