ADLINK ACL-8112 Series User Manual

Page 86

Advertising
background image

78

• C Language Library

7.19 _8112_AD_INT_Stop

Description

This function is used to stop the interrupt data transfer function. After
executing this function, the internal AD trigger is disabled and the AD
timer is stopped. The function returns the number of data which has
been transferred, no matter whether the AD interrupt data transfer is
stopped by this function or by the _8112_AD_INT_Start() itself.

Syntax

int _8112_AD_INT_Stop( int *count )
int _8112pg_AD_INT_Stop( int *count )

Argument:

count:

the number of A/D data which has been

transferred.

Return Code:

ERR_NoError
ERR_BoardNoInit
ERR_AD_INTNotSet

Example:

See Demo Program 'AD_Demo2.C'

Advertising