Integer constants specifying the INT_xxx interrupt constant.
Name |
Value |
Description |
INT_TIMER1 |
10 |
TIMER1 Interrupt. The interval expired. |
INT_TIMER2 |
11 |
TIMER2 Interrupt. The interval expired. |
INT_COM1 |
12 |
COM1 Interrupt. Bytes were received. |
INT_COM2 |
13 |
COM2 Interrupt. Bytes were received. |
INT_COM3 |
14 |
COM3 Interrupt. Bytes were received. |
INT_COM4 |
15 |
COM4 Interrupt. Bytes were received. |
INT_COM5 |
16 |
COM5 Interrupt. Bytes were received. |
INT_COM6 |
17 |
COM6 Interrupt. Bytes were received. |
INT_COM7 |
18 |
COM7 Interrupt. Bytes were received. |
INT_COM8 |
19 |
COM8 Interrupt. Bytes were received. |
INT_COM9 |
20 |
COM9 Interrupt. Bytes were received. |
INT_GPIB1 |
22 |
GPIB1 Interrupt. An SRQ signal was received. |
INT_GPIB2 |
23 |
GPIB2 Interrupt. An SRQ signal was received. |
INT_USER1 |
24 |
USER1 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER2 |
25 |
USER2 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER3 |
26 |
USER3 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER4 |
27 |
USER4 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER5 |
28 |
USER5 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER6 |
29 |
USER6 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER7 |
30 |
USER7 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |
INT_USER8 |
31 |
USER8 Interrupt. A user-defined interrupt. Set a bit in the interrupt mask to high and the interrupt will be called. |