Adlink ACL-8216 Manuel d'utilisateur Page 61

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 75
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 60
C/C++ Library
53
5.14 _8216_CLR_IRQ
@ Description
This function is used to clear interrupt request which requested by the
ACL-8216. 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
int _8216_CLR_IRQ( void )
@ Argument
None
@ Return Code
ERR_NoError
ERR_BoardNoInit
@ Example
#include "8216.h"
main()
{
intad_data;
intErrCode;
_8216_Initial( CARD_1, 0x220 );
/* Assume NoError when Initialize ACL-8216 */
_8216_CLR_IRQ();
/* clear IRQ if necessary */
}
Vue de la page 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 74 75

Commentaires sur ces manuels

Pas de commentaire