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
handle
: Handle to boardoffset
: Register offsetvalue
: Address of a variable to receive the register’s value