mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 00:50:42 +02:00
minor
This commit is contained in:
parent
c8bb70f876
commit
daec0dc389
@ -21,7 +21,7 @@ uint64_t virtual_pattern[MAX_PATTERN_LENGTH];
|
||||
|
||||
extern void bus_w(u_int32_t offset, u_int32_t data);
|
||||
extern u_int32_t bus_r(u_int32_t offset);
|
||||
//extern int64_t get64BitReg(int aLSB, int aMSB);
|
||||
//extern int64_t get64BitReg(int aLSB, int aMSB); TODO for all servers (only uint64_t)
|
||||
//extern int64_t set64BitReg(int64_t value, int aLSB, int aMSB);
|
||||
extern uint64_t getU64BitReg(int aLSB, int aMSB);
|
||||
extern void setU64BitReg(uint64_t value, int aLSB, int aMSB);
|
||||
|
@ -25,4 +25,4 @@ enum DACINDEX { D0 };
|
||||
#define DEFAULT_TIMING_MODE (AUTO_TIMING)
|
||||
|
||||
/* Defines in the Firmware */
|
||||
#define WAIT_TIME_PATTERN_READ (10) // TODO?
|
||||
#define WAIT_TIME_PATTERN_READ (10)
|
Loading…
x
Reference in New Issue
Block a user