OpenOCD
dsp563xx.h File Reference
Include dependency graph for dsp563xx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dsp563xx_common
 
struct  dsp563xx_core_reg
 
struct  hardware_breakpoint
 
struct  mcu_jtag
 

Macros

#define DSP563XX_NUMCOREREGS   54
 
#define DSP563XX_NUMONCEREGS   25
 

Enumerations

enum  breakpoint_usage { BPU_NONE = 0 , BPU_BREAKPOINT , BPU_WATCHPOINT }
 

Functions

static struct dsp563xx_commontarget_to_dsp563xx (struct target *target)
 

Macro Definition Documentation

◆ DSP563XX_NUMCOREREGS

#define DSP563XX_NUMCOREREGS   54

Definition at line 14 of file dsp563xx.h.

◆ DSP563XX_NUMONCEREGS

#define DSP563XX_NUMONCEREGS   25

Definition at line 15 of file dsp563xx.h.

Enumeration Type Documentation

◆ breakpoint_usage

Enumerator
BPU_NONE 
BPU_BREAKPOINT 
BPU_WATCHPOINT 

Definition at line 21 of file dsp563xx.h.

Function Documentation

◆ target_to_dsp563xx()