
Operation Theory
39
Steps:
1. Enable the interrupt factors that you want to be wait.
“_8124_get_int_factor”
2. Using wait function to wait the specified interrupt.
“_8124_wait_single_int”
3. In the end of interrupt process, you should disable the
interrupt service.
“_8124_get_int_factor”
Example:
_8124_set_int_factor( CardId, Channel, 0x4); //
FIFO empty
…(FIFO operation)…
// wait FIFO empty interrupt
// FactorBitNum = 2
// 10 seconds time-out
_8124_wait_single_int( CardId, Channel, 2, 10000
);
…
_8124_set_int_factor( CardId, Channel, 0 )//
Disable the interrupt service.
Содержание PCI-8124
Страница 5: ......
Страница 17: ...8 Introduction ...
Страница 30: ...Signal Connections 21 Outside PCI 8124 inside PCI 8124 TRGx 220Ω ...
Страница 33: ...24 Signal Connections ...
Страница 35: ...26 Operation Theory 4 1 Trigger Board Overview The input and output relationships are shown as follows ...
Страница 49: ...40 Operation Theory ...
Страница 61: ...52 Function Library I16 ToggleDir Toggled condition select X 0 Directionless X 1 Count up X 2 Count down ...
Страница 72: ...Function Library 63 I16 Enable Enable Disable linear set X 0 disable 1 enable ...
Страница 83: ...74 Function Library ...