hal4hc.h

来自「此為philip 1362 USB DOS下的驅動程式包, 已經共測試並內含有說」· C头文件 代码 · 共 44 行

H
44
字号
/*
   //*************************************************************************
   //
   //                  P H I L I P S   P R O P R I E T A R Y
   //
   //           COPYRIGHT (c)   2000 BY PHILIPS SINGAPORE.
   //                     --  ALL RIGHTS RESERVED  --
   //
   // File Name:	Hal4HC.C
   // Author:		ZhenYu Zhang
   // Created:      Jun. 8, 2000
   // Contact: 	    hilbert.zhang@philips.com
   // Modified:
   // Revision:		0.0
   //
   //*************************************************************************
   // Abstract:
   //
 //*************************************************************************
*/
#ifndef __HAL4HC_H__
#define __HAL4HC_H__



/*
//*************************************************************************
//  Subroutines - Hal4Hc_xxx
//*************************************************************************
*/
#define Hal4Hc_DataOutW		Hal4ISA_DataOutW4HC
#define Hal4Hc_DataInW		Hal4ISA_DataInW4HC
#define Hal4Hc_CommandOutW  Hal4ISA_CommandOutW4HC

void Hal4Hc_Wait4DataPhase(void);
void Hal4Hc_CommandOutW(USHORT wCommand);
void Hal4Hc_DataOutW(USHORT wData);
void Hal4Hc_RegOutW(USHORT wCommand, USHORT wData);
void Hal4Hc_RegOutDW(USHORT wCommand, ULONG dwData);
USHORT Hal4Hc_RegInW(USHORT wCommand);
ULONG Hal4Hc_RegInDW(USHORT wCommand);

#endif

⌨️ 快捷键说明

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