AlazarCoprocessorRegisterRead¶
Function Syntax¶
-
RETURN_CODE
AlazarCoprocessorRegisterRead
(HANDLE handle, U32 offset, U32 *value)¶ Reads the content of a user-programmable FPGA register.
- Return
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
- Parameters
[in] handle
: Handle to board[in] offset
: Register offset[out] value
: Address of a variable to receive the register’s value