
Document type:
Title:
Revision date:
Revision:
User's Manual (MUT)
Mod. V2718 VME PCI Optical Link Bridge
03/07/2018
11
NPO:
Filename:
Number of pages:
Page:
00106/03:V2718.MUTx/11
V2718_REV11.DOC
79
62
4.3.13.
CAENVME_MBLTWriteCycle
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Address
: The VME bus address.
[in] Buffer
: The data to be written to the VME bus.
[in] Size
: The size of the transfer in bytes.
[in] AM
: The address modifier (see CVAddressModifier enum).
[out] count
: The number of bytes transferred.
Returns:
An error code about the execution of the function.
Description:
The function performs a VME multiplexed block transfer write cycle.
CAENVME_API
CAENVME_MBLTWriteCycle(long Handle, unsigned long Address, unsigned char
*Buffer, int size, CVAddressModifier AM, int *count);
4.3.14.
CAENVME_ADOCycle
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Address
: The VME bus address.
[in] AM
: The address modifier (see CVAddressModifier enum).
Returns:
An error code about the execution of the function.
Description:
The function performs a VME address only.
CAENVME_API
CAENVME_ADOCycle(long Handle, unsigned long Address, CVAddressModifier AM);
4.3.15.
CAENVME_ADOHCycle
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Address
: The VME bus address.
[in] AM
: The address modifier (see CVAddressModifier enum).
Returns:
An error code about the execution of the function.
Description:
The function performs a VME address only with handshake cycle.
CAENVME_API
CAENVME_ADOHCycle(long Handle, unsigned long Address, CVAddressModifier AM);