OpenOCD
|
Data Fields | |
bool | enable |
struct nds32 * | nds32 |
int32_t | num |
struct target * | target |
uint8_t | value [8] |
bool nds32_reg::enable |
Definition at line 356 of file nds32.h.
Referenced by nds32_build_reg_cache(), nds32_get_core_reg(), nds32_get_core_reg_64(), and nds32_init_option_registers().
struct nds32* nds32_reg::nds32 |
Definition at line 355 of file nds32.h.
Referenced by nds32_build_reg_cache().
int32_t nds32_reg::num |
Definition at line 352 of file nds32.h.
Referenced by nds32_build_reg_cache(), nds32_get_core_reg(), nds32_get_core_reg_64(), nds32_restore_context(), and nds32_set_core_reg().
struct target* nds32_reg::target |
Definition at line 354 of file nds32.h.
Referenced by nds32_build_reg_cache(), nds32_get_core_reg(), nds32_get_core_reg_64(), and nds32_set_core_reg().
uint8_t nds32_reg::value[8] |
Definition at line 353 of file nds32.h.
Referenced by nds32_build_reg_cache(), nds32_get_core_reg(), nds32_get_core_reg_64(), nds32_restore_context(), and nds32_set_core_reg().