sysproteus.h

来自「WINDRIVER SBC405 BSP」· C头文件 代码 · 共 50 行

H
50
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?