⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.h

📁 Cu1216 解调器驱动
💻 H
字号:
//-----------------------------------------------------------------------------
// $Header: 
// (C) Copyright 2001 Philips Semiconductors, All rights reserved
//
// This source code and any compilation or derivative thereof is the sole
// property of Philips Corporation and is provided pursuant to a Software
// License Agreement.  This code is the proprietary information of Philips
// Corporation and is confidential in nature.  Its use and dissemination by
// any party other than Philips Corporation is strictly limited by the
// confidential information provisions of the Agreement referenced above.
//-----------------------------------------------------------------------------
// FILE NAME:    %M%
//
// DESCRIPTION:  Function for the silicon demodulator TDA10093
//
// DOCUMENT REF: <References to specification or other documents related to
//               this module>
//
// NOTES:        %I% %G% %U%
//-----------------------------------------------------------------------------
//
#ifndef __DEBUG_H__
#define __DEBUG_H__

/*
* INCLUDE
******************************************************************************
*/
#include "tmhalFEtypes.h"

/*
* PROTOTYPES
******************************************************************************
*/

void Trace(UInt16 wMsgId, UInt32 uValue);

// macro for traces
#define SEND_TRACE(x,y) Trace(x,y)

/*
* EXTERNALS
******************************************************************************
*/

#define BSL_DEBUG_BASIC
#define BSL_SCANNING_BASIC

#define DEBUG_LINERETURN_ID		0x0000
#define DEBUG_OBJECTUSED_ID     0x0001
#define DEBUG_RESET_ID			0x0002
#define DEBUG_FREQUENCY_ID		0x8003
#define DEBUG_STARTALGO_ID		0x0004
#define DEBUG_ALGOSUCCESS_ID	0x0005
#define DEBUG_ALGOFAILED_ID		0x0006
#define DEBUG_GAIN_ID           0x8007
#define DEBUG_CENTRALCOEF_ID    0x8008
#define DEBUG_STATE_ID			0x8009
#define DEBUG_MODULATION_ID		0x800a
#define DEBUG_TIMER_ID			0x800b
#define DEBUG_RFSTEP_ID			0x800c
#endif 

⌨️ 快捷键说明

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