00001 /* LeCroy 1182 ADC Address map - DE - 12.08.10 */ 00002 00003 #define LC1182__SEG_NAME "lc1182" 00004 //#define LC1182__VME_BASE 0xee500000 // DE - rio2 - 2010 setup 00005 //#define LC1182__VME_LENGTH 0x00000200 00006 #define LC1182__NCHAN 0x8 //nr. chan. 00007 00008 #define LC1182__STATREG 0x0000 /* R/W */ 00009 #define LC1182__FIFO 0x0100 /* R */ 00010 00011 #define LC1182__ECOUNT_MASK 0xF0 00012 00013 #define LC1182_CLEAR(word) (word | 0x0100) /* Clear, enable bit 8 */ 00014 #define LC1182_FRONT(word) (word | 0x0004) /* Enable front panel gate */ 00015 00016