defines.h

来自「Cypress 的VOIP DEMO 研究VOIP终端的朋友可以研究研究」· C头文件 代码 · 共 37 行

H
37
字号
//
// Cypress Semiconductor
// Wireless Audio Example
//

#if !defined(DEFINES_H)
#define DEFINES_H

// PSOC/Cypress headers
#include <m8c.h>        // part specific constants and macros
#include "PSoCAPI.h"    // PSoC API definitions for all User Modules
#include "PSoCGPIOINT.h"    

//////////////////////////////////////////////////////////////////////////
// Macros

// Endpoints and their functions
#define EP_AUDIO_IN		1
#define EP_AUDIO_OUT	2
#define EP_DIAG_IN		3

//////////////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////

// General headers used by every module
#include "Diag.h"
#include "Config.h"


//////////////////////////////////////////////////////////////////////////


#endif // !DEFINES_H

⌨️ 快捷键说明

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