📄 bsplib.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -