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

📄 sysproteus.h

📁 WINDRIVER SBC405 BSP
💻 H
字号:
/* sysProteus.h - Wind River PROTEUS FPGA board definitions *//* Copyright 1984-2001 Wind River Systems, Inc. *//*modification history--------------------01a,22nov01,g_h  created.*//*DESCRIPTIONThis library contains routines to load the Wind River FPGA card (PROTEUS).*/#ifndef __INCsysProteush#define __INCsysProteush#ifdef __cplusplusextern "C" {#endif#define BUFFER    0x2000/* function declarations */#ifndef	_ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT void   sysProteusLoadImage (UINT8* pImage);IMPORT STATUS sysProteusLoad (char fileName[32]);IMPORT void   sysProteusSwitchLeds (void);#else	/* __STDC__ */IMPORT void   sysProteusLoadImage ();IMPORT STATUS sysProteusLoad ();IMPORT void   sysProteusSwitchLeds ();#endif	/* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCsysProteush */

⌨️ 快捷键说明

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