
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
75
4.3.46.
CAENVME_IACKCycle
Parameters:
[in] Handle
: The handle that identifies the device.
[in] Level
: The IRQ level to aknowledge (see CVIRQLevels enum).
[in] DW
: The data width.(see CVDataWidth enum).
Returns:
An error code about the execution of the function.
Description:
The function performs a VME interrupt acknowledge cycle.
CAENVME_API
CAENVME_IACKCycle(long Handle, CVIRQLevels Level, void *Vector, CVDataWidth
DW).
4.3.47.
CAENVME_IRQCheck
Parameters:
[in] Handle
: The handle that identifies the device.
[out] Mask
: A bit-mask indicating the active IRQ lines.
Returns:
An error code about the execution of the function.
Description:
The function returns a bit mask indicating the active IRQ lines.
CAENVME_API
CAENVME_IRQCheck(long Handle, byte *Mask).
4.3.48.
CAENVME_IRQEnable
Parameters:
[in] Handle : The handle that identifies the device.
[in] Mask : A bit-mask indicating the IRQ lines.
Returns:
An error code about the execution of the function.
Description:
The function enables the IRQ lines specified by Mask.
CAENVME_API
CAENVME_IRQEnable(long dev, unsigned long Mask).