13 interrupt control – ADLINK PCI-8102 User Manual

Page 165

Advertising
background image

154

Function Library

6.13 Interrupt Control

@ Name

_8102_int_control – Enable/Disable INT service

_8102_set_motion_int_factor – Set the factors of

motion related interrupts

_8102_set_gpio_int_factor – Set the factors of

general purpose IO related interrupts

_8102_wait_error_interrupt – Wait error related

interrupts

_8102_wait_motion_interrupt – Wait motion related

interrupts

_8102_wait_gpio_interrupt – Waiting GPIO

interrupts

@ Description

_8102_int_control:

This function is used to enable the Windows interrupt event to host
PC.

_8102_set_motion_int_factor:

This function allows users to select motion related factors to initi-
ate the event int. The error can never be masked once the inter-
rupt service is turned on by _8102_int_control(). Once the
Interrupt function is enabled, you can use
_8102_wait_motion_interrupt() to wait event.

_8102_set_gpio_int_factor:

This function allows users to select GPIO related factors to initiate
the event int. The error can never be masked once the interrupt
service is turned on by _8102_int_control(). Once the Interrupt
function is enabled, you can use _8102_wait_gpio_interrupt() to
wait event.

_8102_wait_error_interrupt:

Advertising