mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
parent
e0207cfac1
commit
9980a419f3
Binary file not shown.
@ -2271,10 +2271,6 @@ int setClockDivider(enum CLKINDEX ind, int val) {
|
|||||||
clkDivider[ind] = val;
|
clkDivider[ind] = val;
|
||||||
LOG(logINFO, ("\t%s clock (%d) divider set to %d\n", clock_names[ind], ind,
|
LOG(logINFO, ("\t%s clock (%d) divider set to %d\n", clock_names[ind], ind,
|
||||||
clkDivider[ind]));
|
clkDivider[ind]));
|
||||||
// update system frequency
|
|
||||||
if (ind == SYSTEM_C0) {
|
|
||||||
setTimingSource(getTimingSource());
|
|
||||||
}
|
|
||||||
|
|
||||||
// phase is reset by pll (when setting output frequency)
|
// phase is reset by pll (when setting output frequency)
|
||||||
if (ind < SYSTEM_C0) {
|
if (ind < SYSTEM_C0) {
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
#define APIGUI 0x220609
|
#define APIGUI 0x220609
|
||||||
#define APICTB 0x220714
|
#define APICTB 0x220714
|
||||||
#define APIGOTTHARD 0x220714
|
#define APIGOTTHARD 0x220714
|
||||||
#define APIGOTTHARD2 0x220714
|
|
||||||
#define APIJUNGFRAU 0x220714
|
#define APIJUNGFRAU 0x220714
|
||||||
#define APIMYTHEN3 0x220714
|
#define APIMYTHEN3 0x220714
|
||||||
#define APIMOENCH 0x220714
|
#define APIMOENCH 0x220714
|
||||||
#define APIEIGER 0x220714
|
#define APIEIGER 0x220714
|
||||||
|
#define APIGOTTHARD2 0x220811
|
||||||
|
Loading…
x
Reference in New Issue
Block a user