OpenOCD
|
Data Fields | |
const char * | cpu_name |
enum mips32_isa_supported | isa |
uint32_t | prid |
const char * | vendor |
const char* cpu_entry::cpu_name |
Definition at line 297 of file mips32.h.
Referenced by COMMAND_HANDLER(), and mips32_cpu_probe().
enum mips32_isa_supported cpu_entry::isa |
uint32_t cpu_entry::prid |
Definition at line 294 of file mips32.h.
Referenced by COMMAND_HANDLER(), mips32_cpu_probe(), and mips32_find_cpu_by_prid().
const char* cpu_entry::vendor |
Definition at line 296 of file mips32.h.
Referenced by COMMAND_HANDLER().