mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
added the read write reg for debugging
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@105 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -314,7 +314,7 @@ int setDAQRegister()
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
u_int32_t bus_write(int addr, u_int32_t data) {
|
||||
u_int32_t *ptr1,offset;
|
||||
switch(addr){
|
||||
@ -344,7 +344,7 @@ u_int32_t bus_read(int addr) {
|
||||
return *ptr1;
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
|
||||
// direct pattern output
|
||||
u_int32_t putout(char *s, int modnum) {
|
||||
|
Reference in New Issue
Block a user