mx21_macros.h

来自「MX21_InitCodeLib.rar freescale mx21系列AR」· C头文件 代码 · 共 42 行

H
42
字号
/**********************************************************************
*
*         (C) COPYRIGHT 2004 FREESCALE, INC.
*         ALL RIGHTS RESERVED
*
*
*     Group/Division:  WMSG/MMDO
*
*     Description:
*
*     Related Specifications:
*
*     Errata:
*
*     File Name:        MX21Macros.h
*     Revision Number:  0.1
*     Author(s):        Sharad Kumar
*     Date created:     30Apr2004
*     Revision History:
*        Date      Rev     Description
*        ----      ---     -----------
*        30Apr04  0.1     First draft
*
**********************************************************************/

#ifndef _MX21_MACROS_H
#define _MX21_MACROS_H

/****************************************************************
M A C R O 'S
****************************************************************/

#define	TRUE	1
#define	FALSE	0

#define	PASS	1
#define	FAIL	0

#define Enable  1
#define Disable 0

#endif

⌨️ 快捷键说明

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