mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
a few changes for the fifo_read and the bus_r16
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@113 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -37,7 +37,6 @@
|
||||
//not used so far
|
||||
#define SPEED_REG 0x006000
|
||||
#define SET_NBITS_REG 0x008000
|
||||
#define LOOK_AT_ME_REG 0x009000
|
||||
|
||||
//user entered
|
||||
#define SET_DELAY_LSB_REG 0x44<<11
|
||||
@ -91,7 +90,13 @@
|
||||
#define MCB_DOUT_REG_OFF 0x200000
|
||||
#define FIFO_CNTRL_REG_OFF 0x300000
|
||||
#define FIFO_COUNTR_REG_OFF 0x400000
|
||||
#define FIFO_DATA_REG_OFF 0x800000
|
||||
|
||||
//FIFO
|
||||
#define LOOK_AT_ME_REG 0x97<<11
|
||||
|
||||
|
||||
#define FIFO_DATA_REG_OFF 0x98<<11
|
||||
#define COUNTER_REG_OFF 0x99<<11
|
||||
|
||||
#define SHIFTMOD 2
|
||||
#define SHIFTFIFO 9
|
||||
|
Reference in New Issue
Block a user