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

📄 evmdm642_pci.h

📁 DM642串口调试模块
💻 H
字号:
/*
 *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -