?? hal4hc.h
字號:
/*
//*************************************************************************
//
// 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -