candrv.h

来自「三星2440 ARM CAN总线驱动 源代码」· C头文件 代码 · 共 30 行

H
30
字号
/* OEMHexDisplayDrv.h - Intel IXP425 Hex Display file */

/*
 * Copyright (c) 2001 Intel Corporation, All Rights 
 * Reserved. The information contained herein is proprietary and
 * confidential to Intel Communications Europe. Unauthorised
 * use is STRICTLY FORBIDDEN.
 */


#ifndef _OEMHexDisplayDrv_H_
#define _OEMHexDisplayDrv_H_ 


#include <windows.h>
#include <winbase.h>
#include "ixp425.h"
#include "ixdp425.h"



/* Function Declarations */

void  OEMHexDispInit(PVOID Context);
void  OEMHexDispDeInit(DWORD dwContext);
void  OEMHexDispWrite (DWORD value);
BOOL  DllEntry(HANDLE hDllHandle, DWORD  dwReason, LPVOID lpreserved);

#endif /* _OEMHexDisplayDrv_H_ */ 

⌨️ 快捷键说明

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