mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
Niosmarie (#63)
* HV for Mythen3 server * HV for mythen3 server * corrected upstreams * missing endif
This commit is contained in:

committed by
Dhanya Thattil

parent
40b62ef5a4
commit
4b987abf41
@ -5,6 +5,9 @@
|
||||
#define MEM_MAP_SHIFT 1
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef VIRTUAL // until firmware is ready ----------------------------------
|
||||
/* Status register */
|
||||
#define STATUS_REG (0x01 << MEM_MAP_SHIFT)
|
||||
|
||||
@ -34,3 +37,4 @@
|
||||
/* Get Frames 64 bit register */
|
||||
#define GET_FRAMES_LSB_REG (0x0C << MEM_MAP_SHIFT)
|
||||
#define GET_FRAMES_MSB_REG (0x0D << MEM_MAP_SHIFT)
|
||||
#endif
|
Reference in New Issue
Block a user