pci.h
来自「使用ISP1362芯片的USB_OTG参考设计源代码比较新的版本」· C头文件 代码 · 共 40 行
H
40 行
/*
** WASABI-Hot! version 1.2c
**
**
** -- copyright (c) 2001-2004 by Philips Japan, Ltd. -- All rights reserved --
**
**
** ** This code has been made to check/learn **
** ** the ISP1362/ISP1363 functionalities **
** ** Release 06-Aug-2004 **
**
** This module has been written by Jason Ong
** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
** OKANO, Akifumi
**
** Application Laboratory, Mobile and Connectivity
** Semiconductors Div, Philips Japan Ltd.
** akifumi.okano@philips.com
** +81-3-3740-4668
*/
/****************************************************************************/
/* constants */
/****************************************************************************/
#define USHORT unsigned short
#define ULONG unsigned long
#define UCHAR unsigned char
/****************************************************************************/
/* function prototypes */
/****************************************************************************/
ULONG pci_find_PCI_dev(ULONG classcode, ULONG *puBaseAddress, ULONG *puIntLevel);
void pci_set_pci_bridge( void );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?