mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
wip
This commit is contained in:
@ -472,6 +472,8 @@ int getAllTrimbits();
|
||||
int getBebFPGATemp();
|
||||
int setActivate(int enable);
|
||||
int getActivate(int *retval);
|
||||
int getDataStream(int left, int *retval);
|
||||
int setDataStream(int left, int enable);
|
||||
|
||||
// gotthard specific - adc phase
|
||||
#elif GOTTHARDD
|
||||
|
@ -246,4 +246,6 @@ int get_all_threshold_energy(int);
|
||||
int get_master(int);
|
||||
int get_csr();
|
||||
int set_gain_caps(int);
|
||||
int get_gain_caps(int);
|
||||
int get_gain_caps(int);
|
||||
int get_datastream(int);
|
||||
int set_datastream(int);
|
||||
|
Reference in New Issue
Block a user