OpenOCD
cpu_entry Struct Reference

Data Fields

const char * cpu_name
 
enum mips32_isa_supported isa
 
uint32_t prid
 
const char * vendor
 

Detailed Description

Definition at line 285 of file mips32.h.

Field Documentation

◆ cpu_name

const char* cpu_entry::cpu_name

Definition at line 289 of file mips32.h.

Referenced by COMMAND_HANDLER(), and mips32_cpu_probe().

◆ isa

enum mips32_isa_supported cpu_entry::isa

Definition at line 286 of file mips32.h.

◆ prid

uint32_t cpu_entry::prid

Definition at line 286 of file mips32.h.

Referenced by COMMAND_HANDLER(), mips32_cpu_probe(), and mips32_find_cpu_by_prid().

◆ vendor

const char* cpu_entry::vendor

Definition at line 288 of file mips32.h.

Referenced by COMMAND_HANDLER().


The documentation for this struct was generated from the following file: