xPCI-3009 API
|
Functions | |
_INT_ | i_PCI3009_InitCompareLogic (DWORD_ dw_BoardHandle, DWORD_ dw_CompareValue) |
_INT_ | i_PCI3009_EnableCompareLogic (DWORD_ dw_BoardHandle) |
_INT_ | i_PCI3009_DisableCompareLogic (DWORD_ dw_BoardHandle) |
_INT_ i_PCI3009_InitCompareLogic | ( | DWORD_ | dw_BoardHandle, |
DWORD_ | dw_CompareValue | ||
) |
Set the 32-Bit compare value. At that moment that the incremental counter arrive to the compare value
(dw_CompareValue) a interrupt is generated.
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | dw_CompareValue | : 32-Bit compare value |
_INT_ i_PCI3009_EnableCompareLogic | ( | DWORD_ | dw_BoardHandle | ) |
Enable the 32-Bit compare logic. At that moment that the incremental counter arrive to the compare value a
interrupt is generated.
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
_INT_ i_PCI3009_DisableCompareLogic | ( | DWORD_ | dw_BoardHandle | ) |
Disable the 32-Bit compare logic.
[in] | dw_BoardHandle | : Handle of board PCI-3009 |