• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cern-nov10/mbs/lc1176.h (r4864/r1233)

Go to the documentation of this file.
00001 /* LeCroy 1176 ADC Address map - DE - 20.10.10 */
00002 /* LeCroy 1176 TDC Address map - AA - 13.12.05 */
00003 
00004 #define LC1176__SEG_NAME    "lc1176"
00005 //#define LC1176__VME_BASE    0xee700000   // DE - rio2 - 2010 setup
00006 //#define LC1176__VME_LENGTH  0x00010000
00007 #define LC1176__NCHAN       0x8    //nr. chan.
00008 
00009 #define LC1176__STATREG     0x8000 /* R/W */
00010 #define LC1176__FIFO        0x0000 /* R   */
00011 
00012 #define LC1176__ECOUNT_MASK 0x1F000000 //
00013 
00014 #define LC1176_CLEAR(word) (word & ~0x800000) /* Clear: disable bit 23 */
00015 #define LC1176_ACQ(word) (word | 0x8000) /* Common start, enable bit 15! */
00016 #define LC1176_TRIG(word) (word | 0x4000) /* Each hit, enable bit 14! */
00017 

Generated on Tue Dec 10 2013 04:52:16 for ROCsoft by  doxygen 1.7.1