|
|
@ -78,7 +78,7 @@ class Xsync { |
|
|
|
void regOnTimecodeMsg(xsync_on_timecode_msg_t on_timecode_msg_cb); |
|
|
|
void regOnCameraSyncMsg(xsync_on_camera_sync_msg_t on_camera_sync_msg_cb); |
|
|
|
|
|
|
|
xs_error_code_t reg_write(uint32_t regadd, uint32_t regvalue); |
|
|
|
xs_error_code_t reg_write(uint32_t regadd, uint32_t regvalue, uint32_t ®backvalue); |
|
|
|
xs_error_code_t reg_read(uint32_t regadd, uint32_t ®value); |
|
|
|
xs_error_code_t reg_read_muti(uint32_t regadd, uint32_t nreg, vector<uint32_t> ®values); |
|
|
|
|
|
|
|