query.h

来自「PEAKAUDIO用于EV2板的MCU控制源码」· C头文件 代码 · 共 29 行

H
29
字号
/*************************************************************************

 query.h

 This include file declares routines to control the querys on the CobraNet 
 Eval board. 

--Copyright (C) 2001-2004 by Cirrus Logic Inc. All Rights Reserved
*************************************************************************/

#ifndef query_h
#define query_h


#define cVERSIONMAJOR 0x8060
#define cVERSIONMINOR 0x8061
#define cVERSION      0x8062

#define cCN_PROTOCAL_ptr	0x00
#define cCN_MAJOR_ptr			0x01
#define cCN_MINOR_ptr			0x02

extern code struct command_item_t query_command;

extern void query_Operation( unsigned char which_query, unsigned char which_operation );
extern unsigned char getCN_Mute();

#endif

⌨️ 快捷键说明

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