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

📄 stfpga.h

📁 STi5518机顶盒ATAPI源代码!绝对超值!
💻 H
字号:
/*****************************************************************************File name   :  stfpga.hDescription :  prototypes for FPGA programmationCOPYRIGHT (C) ST-Microelectronics 1999-2000.Date               Modification                 Name----               ------------                 ---- 02/11/00          Created                      FR and SB*****************************************************************************//* --- prevents recursive inclusion --------------------------------------- */#ifndef __stfpga_H#define __stfpga_H/* --- allows C compiling with C++ compiler ------------------------------- */#ifdef __cplusplusextern "C" {#endif/* --- includes ----------------------------------------------------------- */#include "stddefs.h"/* --- defines ------------------------------------------------------------ *//* --- variables ---------------------------------------------------------- *//* --- enumerations ------------------------------------------------------- *//* --- prototypes of functions -------------------------------------------- */ST_ErrorCode_t  STFPGA_Init (void);ST_ErrorCode_t  STFPGA_GetRevision ( U16* Name, U16* VersionId );/* ------------------------------- End of file ---------------------------- */#ifdef __cplusplus}#endif#endif /* #ifndef __stfpga_H */

⌨️ 快捷键说明

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