mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-03 11:20:03 +02:00
10 lines
146 B
C
10 lines
146 B
C
#pragma once
|
|
|
|
/* Definitions for FPGA*/
|
|
#define MEM_MAP_SHIFT 1
|
|
|
|
|
|
/* Status register */
|
|
#define STATUS_REG (0x02 << MEM_MAP_SHIFT)
|
|
|