mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
wip
This commit is contained in:
parent
16a228415d
commit
1b068cdf2d
@ -1005,6 +1005,7 @@ int Feb_Control_GetExposureStatus(int *rising, int *falling, int *exposure) {
|
||||
LOG(logERROR, ("Could not read FEB_REG_STATUS reg\n"));
|
||||
return 0;
|
||||
}
|
||||
LOG(logINFORED, ("febregstatus:0x%x\n", value));
|
||||
*rising = ((value & FEB_REG_STATUS_EXP_TGL_RISING_MSK) >>
|
||||
FEB_REG_STATUS_EXP_TGL_RISING_OFST);
|
||||
*falling = ((value & FEB_REG_STATUS_EXP_TGL_FALLING_MSK) >>
|
||||
|
Loading…
x
Reference in New Issue
Block a user