This commit is contained in:
maliakal_d 2024-01-11 18:02:30 +01:00
parent c8bb70f876
commit daec0dc389
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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)