📄 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 */
/* ---------------------------------------------------------------- */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -