mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
wip
This commit is contained in:
parent
b07896b9de
commit
0949e3ae18
@ -1332,7 +1332,7 @@ int getNumberofUDPInterfaces() {
|
||||
}
|
||||
|
||||
int getNumberofDestinations(int *retval) {
|
||||
retval = (((bus_r(CONTROL_REG) & CONTROL_RX_ADDTNL_ENDPTS_NUM_MSK) >>
|
||||
*retval = (((bus_r(CONTROL_REG) & CONTROL_RX_ADDTNL_ENDPTS_NUM_MSK) >>
|
||||
CONTROL_RX_ADDTNL_ENDPTS_NUM_OFST) +
|
||||
1);
|
||||
return OK;
|
||||
|
Loading…
x
Reference in New Issue
Block a user