📄 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 + -