User`s guide
C/C++ Library 59
5.20 _8316_AD_Read_FIFO
@ Description
This function is used to get the AD conversion data which are stored in
the FIFO. This function is useful when the FIFO is enabled and converted
A/D data already saved in it.
@ Syntax
I16 _8316_AD_Read_FIFO( I16 *ad_data )
@ Argument
ad_data: 16 or 12 bits A/D converted value.
The data format can be referred from section 4.1.5 for details
@ Return Code
ERR_NoError, ERR_BoardNoInit
5.21 _8316_AD_Aquire
@ Description
This function is used to poll the AD conversion data. It will trigger the AD
conversion, and read the 16-bit or 12-bit A/D data until the data is ready
('data ready' bit becomes low).
@ Syntax
I16 _8316_AD_Aquire( I16 *ad_data )
@ Argument
ad_data: The data format can be referred from section 4.1.6.
for details
@ Return Code
ERR_NoError, ERR_BoardNoInit, ERR_AD_AquireTimeOut