appmain.h
来自「一个ccs开发环境下的滤波器程序」· C头文件 代码 · 共 29 行
H
29 行
/*
* 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.
*
*/
/* "@(#) ReferenceFrameworks 1.00.00 03-08-02 (swat-b12)" */
/*
* ======== appMain.h ========
*/
#ifndef APPMAIN_
#define APPMAIN_
#define PING 0
#define PONG 1
Void clear_buffer(int *Buf, int n);
Void firProcess(int type, int *inp, int *out, int dim);
Void audioProcess(Void);
int getDipSwStatus(void);
#endif /* APPMAIN_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?