User`s guide

58 C/C++ Library
5.18 _8316_CLR_IRQ
@ Description
This function is used to clear interrupt request which requested by the
ACL-8316/12. If you use interrupt to transfer A/D converted data, you
should use this function to clear interrupt request status, otherwise no
new coming interrupt will be generated.
@ Syntax
I16 _8316_CLR_IRQ( void )
@ Argument
None
@ Return Code
ERR_NoError
5.19 _8316_AD_Soft_Trig
@ Description
This function is used to trigger the A/D conversion by software. When the
function is called, a trigger pulse will be generated and the converted data
will be stored in the base address Base +4 and Base +5, and can be
retrieved by function _8316_AD_Aquire(). Please refer to section 4.11.
@ Syntax
I16 _8316_AD_Soft_Trig( void )
@ Argument
None
@ Return Code
ERR_NoError, ERR_BoardNoInit