ECP-VELOC Components
User documentation for all components
axl_sync.h
Go to the documentation of this file.
1 #ifndef AXL_SYNC_H
2 #define AXL_SYNC_H
3 
9 int axl_sync_start(int id);
11 int axl_sync_test(int id);
12 int axl_sync_wait(int id);
13 int axl_sync_resume(int id);
15 #endif //AXL_SYNC_H
axl_sync_start
int axl_sync_start(int id)
axl_sync_test
int axl_sync_test(int id)
axl_sync_resume
int axl_sync_resume(int id)
axl_sync_wait
int axl_sync_wait(int id)