// // file: utility.h // Purpose: various helper function useful for hardware testing. // // #ifndef _VME_UTILITY_ #define _VME_UTILITY_ // sleep some time inline void rsleep(int i) { // sleep in microseconds for(int k=0;k1) value=1; // create a bit pattern with a single 0 unsigned int mask0=~(0x1<