📄 bbu_dd_stdinc.h
字号:
/*******************************************************************************
* COPYRIGHT (C) 中国普天研究院 *
********************************************************************************
* 源文件名: BBU_DD_Stdinc.h *
* 功能描述:Type Definitions in TMS320C6414 and TMS320C6416 *
* 编写者:louyajun *
* 版本:1.0.0 *
* 编制日期:07/16/2004 *
* 说明: *
* 修改历史: *
* *
*******************************************************************************/
#ifndef _BBU_DD_STDINC_H_
#define _BBU_DD_STDINC_H_
/******************************************************************************\
* Type Definition in TMS320C6414 and TMS320C6416
\******************************************************************************/
typedef unsigned char Uint8;
typedef char Sint8;
typedef unsigned short Uint16;
typedef short int Sint16;
typedef unsigned int Uint32;
typedef int Sint32;
typedef unsigned long Uint40;
typedef long int Sint40;
/******************************************************************************\
* macro declarations
\******************************************************************************/
/* a few standard constants */
#define TRUE 1
#define FALSE 0
/* Invalid Pointer */
#define INV ((void*)(-1))
/* override fuinction type */
#define IDECL static inline
#define CSLAPI extern far
#endif /* _BBU_DD_STDINC_H_ */
/******************************************************************************\
* End of BBU_DD_Stdinc.h
\******************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -