exercise_2.h

来自「所用板ADSP-BF561 EZ-KIT Lite」· C头文件 代码 · 共 19 行

H
19
字号
// uncomment this line will mask the SPORT IRQ so that the codec will
// not continuously interrupt the program when it is debugged. The idle
// state is skipped and the cNewSample flag is permanently set so that the
// application code is processed in every loop pass
//#define DSP_DEBUG

#include <cdefBF561.h>
#include <ccblkfn.h>
#include <sysreg.h>

#include "ad1836.h"

#include "process_data_2.h"


//extern void process_data();
//extern void reduce_volume();
//extern void increase_volume();

⌨️ 快捷键说明

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