mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 17:37:35 +01:00
G2hdi (#510)
* g2: new hdi values, write hdi value to reg, set slave/master to reg, able to set master from server config file, server command line and client * print versions for virtual as well
This commit is contained in:
@@ -100,6 +100,12 @@
|
||||
#define CONFIG_VETO_CH_10GBE_ALG_MSK (0x00000007 << CONFIG_VETO_CH_10GBE_ALG_OFST)
|
||||
#define CONFIG_VETO_CH_10GBE_ENBL_OFST (15)
|
||||
#define CONFIG_VETO_CH_10GBE_ENBL_MSK (0x00000001 << CONFIG_VETO_CH_10GBE_ENBL_OFST)
|
||||
#define CONFIG_SLAVE_OFST (16)
|
||||
#define CONFIG_SLAVE_MSK (0x00000001 << CONFIG_SLAVE_OFST)
|
||||
#define CONFIG_HDI_MOD_ID_OFST (17)
|
||||
#define CONFIG_HDI_MOD_ID_MSK (0x00000007 << CONFIG_HDI_MOD_ID_OFST)
|
||||
#define CONFIG_FLIP_DATA_STREAM_OFST (20)
|
||||
#define CONFIG_FLIP_DATA_STREAM_MSK (0x00000001 << CONFIG_FLIP_DATA_STREAM_OFST)
|
||||
#define ALGORITHM_HITS_VAL (0x0)
|
||||
#define ALGORITHM_RAW_VAL (0x7)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user