mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
WIP
This commit is contained in:
@ -120,7 +120,7 @@
|
||||
#define CONFIG_DYNAMIC_RANGE_16_VAL ((0x2 << CONFIG_DYNAMIC_RANGE_OFST) & CONFIG_DYNAMIC_RANGE_MSK)
|
||||
#define CONFIG_DYNAMIC_RANGE_24_VAL ((0x3 << CONFIG_DYNAMIC_RANGE_OFST) & CONFIG_DYNAMIC_RANGE_MSK)
|
||||
#define CONFIG_TRIGGER_ENA_OFST (8)
|
||||
#define CONFIG_TRIGGER_ENA_MSK (0x00000001 << CONGIG_TRIGGER_ENA_OFST)
|
||||
#define CONFIG_TRIGGER_ENA_MSK (0x00000001 << CONFIG_TRIGGER_ENA_OFST)
|
||||
|
||||
|
||||
/* Control RW register */
|
||||
|
Reference in New Issue
Block a user