OpenOCD
|
Data Fields | |
bool | access_control |
Support ACC_CTL register. More... | |
int | breakpoint_num |
The number of hardware breakpoints. More... | |
bool | direct_access_local_memory |
EDM_CFG.DALM, indicate if direct local memory access feature is supported or not. More... | |
bool | support_max_stop |
int | version |
EDM_CFG.VER, indicate the EDM version. More... | |
bool nds32_edm::access_control |
Support ACC_CTL register.
Definition at line 89 of file nds32.h.
Referenced by COMMAND_HANDLER(), nds32_edm_config(), and nds32_select_memory_mode().
int nds32_edm::breakpoint_num |
The number of hardware breakpoints.
Definition at line 82 of file nds32.h.
Referenced by nds32_edm_config(), and nds32_init_option_registers().
bool nds32_edm::direct_access_local_memory |
EDM_CFG.DALM, indicate if direct local memory access feature is supported or not.
Definition at line 86 of file nds32.h.
Referenced by COMMAND_HANDLER(), nds32_edm_config(), and nds32_select_memory_mode().
bool nds32_edm::support_max_stop |
Definition at line 92 of file nds32.h.
Referenced by nds32_edm_config().
int nds32_edm::version |
EDM_CFG.VER, indicate the EDM version.
Definition at line 79 of file nds32.h.
Referenced by nds32_assert_reset(), and nds32_edm_config().