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