?? 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
\******************************************************************************/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -