3 initialization, Initialization – ADLINK PCI-8164 User Manual

Page 187

Advertising
background image

Function Library

175

6.3 Initialization

@ Name

_8164_initial – Card Initialization

_8164_initialx – Card Initialization with I/O base address and

IRQ channel

_8164_close – Card Close

_8164_get_base_addr – Get the base address of 8164_

_8164_get_irq_channel – Get the 8164 card’s IRQ number

_8164_delay_time – delay execution of program for specified

time in units of ms.

_8164_config_from_file – Configure 8164 card according to

configuration file i.e. 8164.ini.

_8164_version_info – Check hardware and software version

information

@ Description

_8164_Initial:
Initializes the card without assigning the hardware resources. All
8164 cards must be initialized by this function before calling other
functions. The card uses this function in all platforms because it is
Plug and Play compatible. The MPC-8164 uses this function in
Windows

®

98/NT/2000/XP.

_8164_initialx:
Initializes the cards with an I/O base address and IRQ channel.
The MPC-8164 uses this function under DOS, Windows

®

CE, and

Linux.

_8164_close:
Closes the card and releases its resources. This function must be
called at the end of an application.

_8164_get_irq_channel:
Gets the card’s IRQ number.

Advertising