User`s guide
64  C/C++ Library 
5.26 _8316_AD_INT_Status 
@ Description  
Since the _8316_AD_INT_Start() function is executed in background, you 
can issue the function _8316_AD_INT_Status to check the status of 
interrupt operation. 
@ Syntax 
I16 _8316_AD_INT_Status( U8 *status, U16 *count ) 
@ Argument 
status: status of the INT data transfer 
   0: A/D INT is completed 
  1: A/D INT is not completed 
count: current conversion count number. 
@ Return Code 
ERR_NoError, ERR_BoardNoInit 
@ Example 
See Demo Program 'AD_DEMO2.C' 
5.27 _8316_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. 
@ Syntax 
I16 _8316_AD_INT_Stop( U16 *count ) 
@ Argument 
count: the number of A/D data which has been transferred. 
@ Return Code 
ERR_NoError, ERR_BoardNoInit 
@ Example 
See Demo Program 'AD_DEMO2.C' 










