File: debug.h

package info (click to toggle)
xc3sprog 0%2Bsvn795%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,788 kB
  • sloc: cpp: 15,983; ansic: 849; vhdl: 410; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*hardware access*/
#define HW_FUNCTIONS 0x00000001
#define HW_DETAILS   0x00000002

/* protocoll primitives*/
#define PP_FUNCTIONS 0x00000010
#define PP_DETAILS   0x00000020

/* user level protocal*/
#define UP_FUNCTIONS 0x00000100
#define UP_DETAILS   0x00000200

/*chip primitive functions*/
#define CP_FUNCTIONS 0x00001000
#define CP_DETAILS   0x00002000

/*user program functions */
#define UL_FUNCTIONS 0x00010000
#define UL_DETAILS   0x00020000