decodercfg.h

来自「g.726编解码源程序」· C头文件 代码 · 共 52 行

H
52
字号
/*
 *  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)" */
/*   Do *not* directly modify this file.  It was    */
/*   generated by the Configuration Tool; any  */
/*   changes risk being overwritten.                */

/* INPUT decoder.cdb */

#define CHIP_5402 1

/*  Include Header Files  */
#include <std.h>
#include <hst.h>
#include <swi.h>
#include <log.h>
#include <pip.h>
#include <sts.h>

#ifdef __cplusplus
extern "C" {
#endif

extern HST_Obj RTA_fromHost;
extern HST_Obj RTA_toHost;
extern SWI_Obj swiDecode;
extern LOG_Obj LOG_system;
extern LOG_Obj logTrace;
extern PIP_Obj pipRxUart;
extern PIP_Obj pipTxCodec;
extern STS_Obj IDL_busyObj;
extern STS_Obj stsTime0;
extern STS_Obj stsTime1;
extern STS_Obj stsTime2;
extern STS_Obj stsTime3;
extern STS_Obj stsTime4;
extern STS_Obj stsTime5;
extern STS_Obj stsTime6;
extern STS_Obj stsTime7;
extern STS_Obj stsTime8;
extern STS_Obj stsTime9;
extern void CSL_cfgInit();

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

⌨️ 快捷键说明

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