mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
updated jungfrau timing info decoder mask (#991)
This commit is contained in:
@ -214,7 +214,7 @@
|
||||
#define EXT_SYNC_OFST (4)
|
||||
#define EXT_SYNC_MSK (0x00000001 << EXT_SYNC_OFST)
|
||||
#define EXT_TIMING_INFO_DECODER_OFST (12)
|
||||
#define EXT_TIMING_INFO_DECODER_MSK (0x00000001 << EXT_TIMING_INFO_DECODER_OFST)
|
||||
#define EXT_TIMING_INFO_DECODER_MSK (0x0000000F << EXT_TIMING_INFO_DECODER_OFST)
|
||||
|
||||
|
||||
/* Control Register */
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user