?? darr80_func.h
字號:
/******************************************************************************
*
* Purpose: DARR configuration strings and application settings.
*
* Creator: Rob Lansbergen
*
* Version: $Revision: 10 $
*
* File Name: $Workfile: DARR80_Func.h $
*
* Author: Rob Lansbergen
*
* Check in: $Author: Chong.cheeleong $
*
* The information is provided 揳s is?without any express or implied warranty
* of any kind, * including warranties of merchantability, noninfringement of
* intellectual property, or fitness for any particular purpose. In no event sha
* Wireless Sound Solutions and/or its affiliate companies, or its suppliers be
* liable for any damages whatsoever arising out of the use of or inability to
* use the information or the materials. Wireless Sound Solutions, its affiliate
* companies, and its suppliers further do not warrant the accuracy or
* completeness of information, text, graphics, or other items contained within
* materials. Wireless Sound Solutions, Inc., may make changes to materials, or
* the products described within, at any time, without notice.
* ?007 Wireless Sound Solutions. All rights reserved. Wireless Sound Solutions
* STS and STS-wireless are trademarks of Wireless Sound Solutions.
******************************************************************************/
#ifndef DARR_FUNC_H
#define DARR_FUNC_H
#define SNOOZE 1
#define AUDIO 2
unsigned char Init_DARR (void);
unsigned char Config_Modem (void);
void Handle_Wake_up_Sleep_Interrupt (void);
unsigned char Config_DARR80_General (void);
unsigned char Config_System_Clock (void);
void Write_GEC_ADDR(unsigned char data);
#ifdef PCB_EVK_8CH
unsigned char PCB_EVK_8CH_PIAC_Conversion (unsigned char PIAC_Value);
#endif /* PCB_EVK_8CH */
extern unsigned char Audio_Status;
extern unsigned char Snooze_Delay;
extern unsigned char Snooze_Delay_Timeout;
extern unsigned char Sleep_threshold;
extern unsigned char Sleep_Timer;
extern const unsigned char __flash APPL_RF_PLL_Settings[5][4];
#endif /* DARR_FUNC_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -