00001 #ifndef TIMING_H 00002 #define TIMING_H 00003 00004 /* A timing structure for sendConfigSet: */ 00005 typedef struct CfgTiming { 00006 /* *_mk: construction time, *_len: bit length */ 00007 UINT32 total, setup, cfg; 00008 UINT32 enableDT_mk, enableDT_len, gbl_mk, gbl_len, reg_mk, reg_len; 00009 00010 UINT32 il, xmit; 00011 UINT32 ngbl, nreg; 00012 } CfgTiming; 00013 00014 #endif /* Multiple-inclusion protection */