PCI-82x Series Cards
Multifunction Boards
User Manual, Ver. 1.5, Jan. 2017, PMH-024-15, Page: 57
Interrupt Settings (Bits 0 to 3)
1.
Sends the interrupt after the ADC stops
Bit 3
A/D Stop Interrupt
0
Disable
1
Enable
2.
Reads the external trigger signal and then sends the interrupt
Bit 2
External Trigger Interrupt
0
Disable
1
Enable
3.
Send the interrupt when the FIFO is half full
Bit 1
FIFO-Half Interrupt
0
Disable
1
Enable
4.
Sends the interrupt when the FIFO is full
Bit 0
FIFO-Full Interrupt
0
Disable
1
Enable
The following is an example of how to enable the FIFO Half-full and External Trigger Interrupts:
outpw(wBase+0x1C,0x5)
//Enables the FIFO Half-full and External Trigger Interrupts