?? sysproteus.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 + -