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