?? zl5011xcompiler.c
字號:
/*******************************************************************************
*
* File name: zl5011xCompiler.c
*
* Version: 2
*
* Author: MRC
*
* Date created: 19/12/2002
*
* Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
* All rights reserved.
*
* Module Description:
*
* This file contains anything required to support the zl5011xCompiler.h file
*
* Revision History:
*
* Rev: Date: Author: Comments:
* 1 19/12/2002 MRC Creation
* 2 03/04/2003 MRC Added trace control for within the ISR routines
*
*******************************************************************************/
/***************** INCLUDE FILES ******************************************/
#include "zl5011x.h"
/******************************************************************************/
#ifdef _DEBUG
Uint32T zl5011xTraceFnFilter = 0;
Uint32T zl5011xTraceCtxtFnFilter = 0;
Uint32T zl5011xTraceCtxtFilter = 0;
Uint32T zl5011xTraceIsrEnable = 0;
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -