mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 02:02:22 +01:00
xilinx tsamples upper limit increased (#1365)
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
|
||||
/* REG no_Samples_X_Reg */
|
||||
#define NO_SAMPLES_X_REG 0xa00cUL
|
||||
#define NO_SAMPLES_X_MSK 0x1fffUL
|
||||
#define NO_SAMPLES_X_MSK 0x7FFFFFFFUL
|
||||
#define NO_SAMPLES_X_OFST 0
|
||||
|
||||
/* REG count_Frames_From_Reg_1 */
|
||||
|
||||
Binary file not shown.
@@ -60,7 +60,7 @@
|
||||
#define DEFAULT_DELAY (0)
|
||||
|
||||
#define MAX_TRANSCEIVER_MASK (0xF)
|
||||
#define MAX_TRANSCEIVER_SAMPLES (0x1FFF)
|
||||
#define MAX_TRANSCEIVER_SAMPLES (0x7FFFFFFF)
|
||||
|
||||
#define MAX_ANALOG_SAMPLES (0x3FFF)
|
||||
#define MAX_DIGITAL_SAMPLES (0x3FFF)
|
||||
|
||||
Reference in New Issue
Block a user