sysmpc107pci.h

来自「Vxworks的bsp软件开发包(基于wrPpmc74xx)」· C头文件 代码 · 共 62 行

H
62
字号
/* sysMpc107Pic.h - Motorola MPC107 PCI bridge definitions *//* Copyright 1984-2001 Wind River Systems, Inc. *//*modification history--------------------01b,25oct01,g_h  Cleaning01a,05mar98,est  created*//*DESCRIPTION:Contains structure typedefs for the Motorola MPC107 PCI bridge*/#ifndef	__INCsysMpc107Pcih#define	__INCsysMpc107Pcih#ifdef __cplusplusextern "C" {#endif/* function prototypes */#ifndef _ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT void   sysMpc107PciInit (void);IMPORT void   sysMpc107CfgWrite (UINT32 offset, UINT32 data, int width);IMPORT UINT32 sysMpc107CfgRead (UINT32 offset, int width);IMPORT void   sysMpc107PciOutByte (ULONG address, UCHAR data);IMPORT UCHAR  sysMpc107PciInByte (ULONG address);IMPORT void   sysMpc107PciOutWord (ULONG address, UINT16 data);IMPORT USHORT sysMpc107PciInWord (ULONG address);IMPORT void   sysMpc107PciOutLong (ULONG address, ULONG data);IMPORT ULONG  sysMpc107PciInLong (ULONG address);#else   /* __STDC__ */IMPORT void   sysMpc107PciInit ();IMPORT void   sysMpc107CfgWrite ();IMPORT UINT32 sysMpc107CfgRead ();IMPORT void   sysMpc107PciOutByte ();IMPORT UCHAR  sysMpc107PciInByte ();IMPORT void   sysMpc107PciOutWord ();IMPORT USHORT sysMpc107PciInWord ();IMPORT void   sysMpc107PciOutLong ();IMPORT ULONG  sysMpc107PciInLong ();#endif  /* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif	/* __INCsysMpc107Pcih */

⌨️ 快捷键说明

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