mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
ctb server: sync clk get added
This commit is contained in:
Binary file not shown.
@ -799,6 +799,8 @@ int getSpeed(enum speedVariable ind, int mode) {
|
||||
return getFrequency(ADC_CLK);
|
||||
case DBIT_CLOCK:
|
||||
return getFrequency(DBIT_CLK);
|
||||
case SYNC_CLOCK:
|
||||
return getFrequency(SYNC_CLK);
|
||||
case CLOCK_DIVIDER:
|
||||
return getFrequency(RUN_CLK);
|
||||
case ADC_PIPELINE:
|
||||
|
Reference in New Issue
Block a user