stfpga.h

来自「STi5518机顶盒ATAPI源代码!绝对超值!」· C头文件 代码 · 共 42 行

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