bsplib.h

来自「vxworks MPC8541 BSP」· C头文件 代码 · 共 53 行

H
53
字号
/* bspLib.h - head file for BSP Library */

/* Copyright 2007 ZTE Corporation */

/*
modification history
--------------------
01a,11jan07,lyf	written.
*/

#ifndef __INCbspLibh
#define __INCbspLibh

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

/* includes */

#include "bspStdLib.h"
#include "bspPrj.h"
#include "bspDefs.h"


/* defines */
#define SLOT_MASTER     SLOT_7


/* Const Definitions */

/* Error Code */


/* typedefs */

/* function declarations */
/* 以下为定制接口或非规范要求接口。一般不推荐使用。
 */
IMPORT void reset_fpga (void);
IMPORT int  bsp_GetHWVer(void);
IMPORT char *bsp_GetHardVer(void);
IMPORT void bsp_RunLedOn (void);
IMPORT void bsp_RunLedOff (void);
IMPORT void bsp_AlarmLedOn (void);
IMPORT void bsp_AlarmLedOff (void);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __INCbspLibh */

⌨️ 快捷键说明

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