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

📄 1284neg.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (c) 1995-1998  Microsoft Corporation

Module Name:  

1284neg.h

Abstract:

	Negotiation signals definitions and function declarations


Notes: 


--*/

//---------------------------------------------------------------------------
// Constant definitions
//---------------------------------------------------------------------------
#define H_INITCONTROL  0xEC    //  1110 1100   1284 Active LO, SelectIn LO

// Termination (out to dcr/control register)
#define H_STATE22      0xEC    //  1110 1100   SelectIn Lo, AutoFd Hi

#define ECP_DSR5_MASK       0x20
#define PE_STATE40          0x00

//---------------------------------------------------------------------------
// Function prototypes
//---------------------------------------------------------------------------
BOOL  NegotiateChannel(PPortInformation PortObj, BOOL bRequestDeviceID);
VOID  TerminateChannel(PPortInformation PortObj);
DWORD Nibble_Connect(PPortInformation PortObj, BYTE bExtenByte);

⌨️ 快捷键说明

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