USB-4702 supports the following events:
|
Event Type |
Description |
|
ADS_EVT_AI_LOBUFREADY |
Generally, in the high speed analog input operation, user buffer is
divided into two equal parts, called low buffer and high buffer. Data from
the device will fill them separately. |
|
ADS_EVT_AI_HIBUFREADY |
Generally, in the high speed analog input operation, user buffer is
divided into two equal parts, called low buffer and high buffer. Data from
the device will fill them separately. |
|
ADS_EVT_AI_TERMINATED |
Triggered when high speed AI operation is started by
DRV_FAIIntStart or
DRV_FAIIntScanStart
and one of below condition is true : |
|
ADS_EVT_AI_INTERRUPT |
Triggered when a certain number of interrupts occur. The number is specified when applications call DRV_EnableEvent. |
|
ADS_EVT_AI_OVERRUN |
Triggered when high speed AI operation is started by
DRV_FAIIntStart or
DRV_FAIIntScanStart
and one of below condition is true : |
|
ADS_EVT_DEVREMOVED |
Triggered when USB device is removed (unplugged). When get this event, please stop all I/O access and close the device by calling DRV_DeviceClose. |