📄 appbiosobjects.h
字号:
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/* "@(#) RF3_UART_G726 1.00.00 07-18-02 (swat-c03)" */
/*
* ======== appBiosObjects.h ========
*
* Declaration of all BIOS objects and constants defined in app.cdb
* that can be of interest to the user:
* LOG, STS, PIP, heaps in data segments, etc.
*
* In the future this file will be automatically generated; currently,
* it is necessary to manually update this file whenever app.cdb is modified.
*/
#ifndef APPBIOSOBJECTS_
#define APPBIOSOBJECTS_
#include <log.h>
#include <sts.h>
#include <pip.h>
#include <swi.h>
/* LOG objects */
extern far LOG_Obj logTrace; /* application printf() log */
/* STS objects */
/*
* PIP objects
* pipRxCodec & pipTxUart are only used by the Encoder part and
* pipRxUart & pipTxCodec are only used by the Decoder part
*/
extern far PIP_Obj pipRxCodec, pipTxCodec; /* Codec pipes */
extern far PIP_Obj pipRxUart, pipTxUart; /* UART pipes */
/* SWI objects */
extern far SWI_Obj swiEncode;
extern far SWI_Obj swiDecode;
/* heaps in data segments */
extern far Int INTERNALHEAP; /* name of the internal heap */
extern far Int EXTERNALHEAP; /* name of the external heap */
#endif /* APPBIOSOBJECTS_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -