evmdm642_pci.h
来自「DM643开发板字符叠加功能实现代码」· C头文件 代码 · 共 32 行
H
32 行
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== evmdm642_pci.h ========
*
* Interface for PCI functions on the EVMDM642 board
*/
#ifndef EVMDM642_PCI_
#define EVMDM642_PCI_
#ifdef __cplusplus
extern "C" {
#endif
#include <csl.h>
#include <csl_pci.h>
#define EVMDM642_PCI_CONFIGREGS 13
/* Initialize the LEDs */
Int16 EVMDM642_PCI_config(Uint16 *config);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?