⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 files.txt

📁 powerspan pci slave device driver
💻 TXT
字号:
9050 directory contents:

LIB\P9050_LIB.C - Implementation of P9050_LIB.H.

LIB\P9050_LIB.H - Library for 'DriverBuilder for PLX 9050' API. 
    The basic idea is to get a handle for the board
    with P9050_Open() and use it in the rest of the program
    when calling P9050_xxxx() functions.  Call P9050_Close() when done.

P9050_DIAG\P9050_DIAG.C - A simple diagnostics program that lets you access the
    PLX 9050 registers and local memory. 
    o This program is meant to be used as an example for using the P9050_LIB.H API,
      you may use it as a skeleton for your driver, or 'cut & paste' parts
      of it into your device driver code.
    o For a more advanced monitor program, use the standard PLXMON.EXE
      from PLX.

      The source code for this project was generated by DriverBuilder Wizard.
To compile this application, you will need a Win32 compiler.

Files:
  lib directory:
  lib\p9050_lib.c
      Library for 'DriverBuilder for PLX 9050' API. 
      The basic idea is to get a handle for the board
      with P9050_Open() and use it in the rest of the program
      when calling P9050_xxxx() functions.  Call P9050_Close() when done.
  lib\p9050_lib.h
      Header file of p9050_lib.c library.

  p9050_diag directory:
  p9050_diag\p9050_diag.c
      A simple diagnostics program that lets you access the
      PLX 9050 registers and local memory. 
      o This program is meant to be used as an example for using the 
        p9050_lib.h API.
        You may use it as a skeleton for your driver, or 'cut & paste' 
        parts of it into your device driver code.
      o For a more advanced monitor program, use the standard PLXMON.EXE
        from PLX.
  p9050_diag\p9050_diag.mak
      MS-Visual C++ 4.0 (and above) compatible make file.
  p9050_diag\p9050_diag.mdp
      MS-Visual C++ 4.0 (and above) compatible project file.
  files.txt
      Describes the files generated.

Compiling this project:
  If you are using MS-Visual C++, then open the p9050_diag.mdp project file, and
  compile.

  If using a different compiler:
  - Create a new project. Choose console mode project.
  - Include the following files in the project:
      lib\p9050_lib.c
      p9050_diag\p9050_diag.c
      \windrvr\samples\shared\pci_diag_lib.c
      \windrvr\samples\shared\print_struct.c

Converting to a GUI application:
  This sample was written as a console mode application (rather than
  a GUI application) that uses standard input and standard output.
  This was done in order to simplify the source code. You may change it
  into a GUI application by removing all calls to printf() and scanf()
  functions, and calling MessageBox() instead.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -