Instruction manual
AMPDIO DRIVERS
Page 205
source has been explicitly disabled.
i = TCenableUserInterrupt (h, hUsrInt)
where h short: board handle as issued by the
registerBoardEx function.
hUsrInt short: user interrupt handle as issued by user
interrupt set-up function.
Returns short: OK
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
TCsetUserInterrupt
TCsetUserInterruptAIO
TCsetUserInterrupt2
TCsetBufferUserInterrupt
TCsetBufferUserInterruptAIO
TCsetBufferUserInterrupt2
TCsetNCBufferUserInterrupt
TCsetNCBufferUserInterruptAIO
TCsetNCBufferUserInterrupt2
See Also TCdisableUserInterrupt
setIntMask
getIntMask
TCenableInterruptChip
6.4.16.6 Disable a User Interrupt — TCdisableUserInterrupt
Disables a previously set-up interrupt source at the second level. If the interrupt source is
active, it will be deactivated.
SUPPORTED IN VERSION 4.40 UPWARDS
In versions of the DLL from version 4.40 onwards, all valid interrupt sources are initially
enabled at the second level.
i = TCdisableUserInterrupt (h, hUsrInt)
where h short: board handle as issued by the
registerBoardEx function.
hUsrInt short: user interrupt handle as issued by user
interrupt set-up function.
Returns short: OK
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
TCsetUserInterrupt
TCsetUserInterruptAIO
TCsetUserInterrupt2