14 clear irq, 15 software reset – ADLINK PCI-7224 User Manual
Page 56
 
48
• C/C++ Libraries
5.14 Clear IRQ
@ Description
This function is used to clear the interrupt generated from the 7248/96 
series. 
@ Syntax
C/C++ (DOS)
void _7248_CLR_IRQ(U16 cardNo); 
void _7249_CLR_IRQ(U16 cardNo); 
void _7296_CLR_IRQ(U16 cardNo); 
C/C++ (Windows 95)
void W_7248_CLR_IRQ(U16 cardNo); 
void W_7249_CLR_IRQ(U16 cardNo); 
void W_7296_CLR_IRQ(U16 cardNo); 
Visual Basic (Windows 95)
W_7248_CLR_IRQ (ByVal cardNo As Integer); 
W_7249_CLR_IRQ (ByVal cardNo As Integer); 
W_7296_CLR_IRQ (ByVal cardNo As Integer); 
@ Argument
cardNo:
card number to select board
 
 
5.15 Software Reset
@ Description
This function is used to reset the I/O port configuration. After resetting PCI-
7224/7248/7296, all ports will be set as input ports. Note that this function 
cannot re-start the PCI bus nor will all hardware settings be changed. 
@ Syntax 
PCI-7224/7248, CPCI-7248: 
C/C++ (DOS)
U16 _7248_Software_Reset (U16 cardNo) 
U16 _7249_Software_Reset (U16 cardNo) 
U16 _7296_Software_Reset (U16 cardNo) 
C/C++ (Windows 95)
U16 W_7248_Software_Reset (U16 cardNo) 
U16 W_7249_Software_Reset (U16 cardNo) 
U16 W_7296_Software_Reset (U16 cardNo)