uArgument : card_number : counter_value :

the card number of PCI-9112 the counter value of the Timer #0

@ Return Code :

ERR_NoError,ERR_BoardNoInit

5.28 _9112_TIMER_Stop

uDescription

This function is used to stop the timer operation. The timer is set to the 'One-shot' mode with counter value ' 0 '. That is, the clock output signal will be set to high after executing this function.

uSyntax

Visual C++(Windows-95)

int W_9112_TIMER_Stop (int card_number, unsigned int * counter_value)

Visual Basic (Windows-95)

W_9112_TIMER_Stop (ByVal card_number As Long, counter_value As Long) As Long

C/C++ (DOS)

int _9112_TIMER_Stop (int card_number, unsigned int *counter_value )

uArgument :

card_number : the card number of PCI-9112

counter_value : the current counter value of the Timer #0

uReturn Code :

ERR_NoError

ERR_BoardNoInit

5.29 _9112_Alloc_DMA_Mem

uDescription

Contact Windows 95 system to allocate a block of contiguous memory for DMA transfer. This function is only available in Windows 95 version.

uSyntax

Visual C++(Windows-95)

int W_9112_Alloc_DMA_Mem (unsigned long buf_size, HANDLE *memID, unsigned long *linearAddr)

Visual Basic (Windows-95)

W_9112_Alloc_DMA_Mem (ByVal buf_size As Long, memID As Long, linearAddr As Long) As Long

64 C/C++ Library