Document type:
Title:
Revision date:
Revision:
User's Manual (MUT)
Mod. V1724 8 Channel 14bit - 100MS/s Digitizer
06/11/2007
7
NPO:
Filename:
Number of pages:
Page:
00103/05:V1724x.MUTx/07 V1724_REV7.DOC
63
44
3.13.8. CAENVME_FIFOBLTReadCycle
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address : The VME bus address.
[out] Buffer : The data read from the VME bus.
[in] Size : The size of the transfer in bytes.
[in] AM : The address modifier
[in] DW : The data width.
[out] count : The number of bytes transferred.
Returns:
An error code about the execution of the function.
Description:
The function performs a VME block transfer read cycle. It can be used to
perform MBLT transfers using 64 bit data width. The Address is not
incremented on the VMEBus during the cycle.
CAENVME_API
CAENVME_FIFOBLTReadCycle(int32_t Handle, uint32_t Address, void *Buffer,
int Size, CVAddressModifier AM, CVDataWidth DW, int *count);
3.13.9. CAENVME_MBLTReadCycle
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Address
: The VME bus address.
[out] Buffer
: The data read from the VME bus.
[in] Size
: The size of the transfer in bytes.
[in] AM
: The address modifier.
[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 read cycle.
CAENVME_API
CAENVME_MBLTReadCycle(long Handle, unsigned long Address, unsigned char
*Buffer, int Size, CVAddressModifier AM, int *count);
3.13.10. CAENVME_FIFOMBLTReadCycle
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address : The VME bus address.
[out] Buffer : The data read from the VME bus.
[in] Size : The size of the transfer in bytes.
[in] AM : The address modifier.
[out] count : The number of bytes transferred.
Returns:
An error code about the execution of the function.