📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -