mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 01:00:02 +02:00
12 lines
259 B
C
12 lines
259 B
C
#pragma once
|
|
#include "sls_detector_defs.h"
|
|
#include "RegisterDefs.h"
|
|
|
|
|
|
#define CTRL_SRVR_INIT_TIME_US (300 * 1000)
|
|
|
|
/* Hardware Definitions */
|
|
#define NCHAN (128)
|
|
#define NCHIP (10)
|
|
#define NDAC (16)
|
|
#define TEMP_CLK (20) /* MHz */ |