#define U32 unsigned long #define U16 unsigned int #define U8 unsigned char #define Debug 0 #define TestVector unsigned long #define BufSize 4000 typedef struct pindef { char name[256]; int pinN; }pindef; struct pindef OutChn[32]= {{"NSDATARR", 0}, {"NTOKEN_OUTRR", 1}, {"NTREQRR", 2}, {"NSDATAL", 7}, {"NTOKEN_OUTL", 5}, {"NTREQL", 6}, {"NSDATARL", 8}, {"NTOKEN_OUTRL", 9}, {"NTREQRL", 10}, {"N",-1}};