Changeset 10504 for fact/FADctrl/FADFormat.h
- Timestamp:
- 05/02/11 14:56:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/FADctrl/FADFormat.h
r10224 r10504 29 29 #define CMD_Read 0x0A00 // read from Config-RAM 30 30 #define CMD_Write 0x0500 // write to Config-RAM 31 #define CMD_RESET_TRIGGER_ID 0x2A00 31 32 32 33 #define CMD_TRIGGERS_ON 0x1800 // enables the trigger line … … 40 41 #define BADDR_DAC 0x24 // Baseaddress DAC-Values 41 42 #define BADDR_CONT_TRIGGER_TIME 0x2C // Baseaddress for the continouus trigger timing. 43 #define ADDR_RUNNUMBER 0x2D // 42 44 #define MAX_VAL 65535 43 45 #define MAX_ROIVAL 1024 … … 76 78 77 79 uint32_t time; 78 uint32_t fad_status;80 uint32_t runnumber; 79 81 80 82 int16_t drs_temperature[NTemp];
Note:
See TracChangeset
for help on using the changeset viewer.