?? dsp6713_const.h
字號:
/* ---------------------------------------------------------------- */
/* FileName : DSP6713_const.h */
/* Writen by : Yu zheng */
/* ---------------------------------------------------------------- */
#ifndef DSP6713_CONST_H_
#define DSP6713_CONST_H_
// define boolean VAL
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define PING 0
#define PONG 1
// buffer constants
#define DATA_LEN 1024
#define FILT_TAP 32
#define FILT_OUTLEN DATA_LEN/2
#define FILT_CONVBUFSIZE DATA_LEN/2
#endif
/* ---------------------------------------------------------------- */
/* end of DSP6713_const.h */
/* ---------------------------------------------------------------- */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -