OpenOCD
|
Data Fields | |
const char * | feature |
const char * | group |
uint32_t | list_num |
const char * | name |
struct or1k_common * | or1k_common |
uint32_t | spr_num |
struct target * | target |
const char* or1k_core_reg::feature |
Definition at line 107 of file or1k.h.
Referenced by COMMAND_HANDLER(), or1k_build_reg_cache(), and or1k_create_reg_list().
const char* or1k_core_reg::group |
Definition at line 108 of file or1k.h.
Referenced by COMMAND_HANDLER(), or1k_build_reg_cache(), and or1k_create_reg_list().
uint32_t or1k_core_reg::list_num |
Definition at line 103 of file or1k.h.
Referenced by or1k_add_reg(), or1k_create_reg_list(), and or1k_get_core_reg().
const char* or1k_core_reg::name |
Definition at line 102 of file or1k.h.
Referenced by COMMAND_HANDLER(), or1k_build_reg_cache(), and or1k_create_reg_list().
struct or1k_common* or1k_core_reg::or1k_common |
Definition at line 106 of file or1k.h.
Referenced by COMMAND_HANDLER(), or1k_build_reg_cache(), and or1k_create_reg_list().
uint32_t or1k_core_reg::spr_num |
Definition at line 104 of file or1k.h.
Referenced by COMMAND_HANDLER(), or1k_create_reg_list(), or1k_jtag_read_regs(), or1k_jtag_write_regs(), or1k_read_core_reg(), or1k_restore_context(), and or1k_save_context().
struct target* or1k_core_reg::target |
Definition at line 105 of file or1k.h.
Referenced by COMMAND_HANDLER(), or1k_build_reg_cache(), or1k_create_reg_list(), and or1k_get_core_reg().