mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
beb includes read, write functions, so that it doesnt have to go to locallink interface
This commit is contained in:
@ -83,6 +83,10 @@ struct BebInfo{
|
||||
|
||||
int Beb_GetBebFPGATemp();
|
||||
|
||||
int Beb_open(u_int32_t baseaddr, u_int32_t* csp0base);
|
||||
u_int32_t Beb_Read32 (u_int32_t baseaddr, u_int32_t offset);
|
||||
u_int32_t Beb_Write32 (u_int32_t baseaddr, u_int32_t offset, u_int32_t data);
|
||||
void Beb_close(int fd);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user