mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
gotthard: changed the fpga dummyreg read/write test
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@49 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -756,8 +756,9 @@ void showbits(int h)
|
||||
|
||||
int initDACs(int* v,int imod)
|
||||
{
|
||||
#ifdef VERBOSE
|
||||
printf("\n..inside initdacs\n");
|
||||
|
||||
#endif
|
||||
int iaddr;
|
||||
// sDac=0;
|
||||
for (iaddr=0; iaddr<8; iaddr++) {
|
||||
@ -783,7 +784,9 @@ int initDACs(int* v,int imod)
|
||||
|
||||
int setSettings(int i)
|
||||
{
|
||||
#ifdef VERBOSE
|
||||
printf("\ninside set settings wit settins=%d...\n",i);
|
||||
#endif
|
||||
int imod, isett, is;
|
||||
int vrefds[] = VREFDS_VALS;
|
||||
int vcascn[] = VCASCN_VALS;
|
||||
|
Reference in New Issue
Block a user