📄 xmain.cxgate
字号:
/******************************************************************************
Copyright (c) Freescale 2006
File Name : $RCSfile: xsr.cxgate,v $
Current Revision : $Revision: 1.1 $
PURPOSE: Xgate service routines.
DESCRIPTION: XGate Service Routies.
UPDATE HISTORY
REV AUTHOR DATE DESCRIPTION OF CHANGE
--- ------ -------- ---------------------
1.0 r32151 01/03/05 - initial coding
1.1 r32151 26/01/06 - general clean up of comments
*******************************************************************
* File created by: Freescale East Kilbride MCD Applications Group *
*******************************************************************
******************************************************************************/
/*===========================================================================*/
/* Freescale reserves the right to make changes without further notice to any*/
/* product herein to improve reliability, function, or design. Freescale does*/
/* not assume any liability arising out of the application or use of any */
/* product, circuit, or software described herein; neither does it convey */
/* any license under its patent rights nor the rights of others. Freescale*/
/* products are not designed, intended, or authorized for use as components */
/* in systems intended for surgical implant into the body, or other */
/* applications intended to support life, or for any other application in */
/* which the failure of the Freescale product could create a situation where*/
/* personal injury or death may occur. Should Buyer purchase or use Freescale*/
/* products for any such intended or unauthorized application, Buyer shall */
/* indemnify and hold Freescale and its officers, employees, subsidiaries,*/
/* affiliates, and distributors harmless against all claims costs, damages, */
/* and expenses, and reasonable attorney fees arising out of, directly or */
/* indirectly, any claim of personal injury or death associated with such */
/* unintended or unauthorized use, even if such claim alleges that Freescale*/
/* was negligent regarding the design or manufacture of the part. Freescale*/
/* and the Freescale logo* are registered trademarks of Freescale Ltd. */
/*****************************************************************************/
/************************* Include Files *************************************/
/*general includes */
#include <hidef.h> /* also includes boolean definitions in stdtypes.h */
#include "s12x_peripherals.h"
#include "target.h" /* includes peripherals definitions and FSL data types */
/*application includes */
#include "xmain.h"
/*driver includes */
/************************* typedefs ******************************************/
/************************* #defines ******************************************/
/************************* Constants *****************************************/
#pragma CONST_SEG XGATE_CONST
/************************* Global Variables **********************************/
#pragma DATA_SEG SHARED_DATA
/************************* function prototypes *******************************/
#pragma CODE_SEG XGATE_CODE
/************************* Functions *****************************************/
#pragma DATA_SEG XGATE_DATA
#pragma CODE_SEG XGATE_CODE
/******************************************************************************
Function Name : Xgate Service Routine
Engineer :
Date :
Parameters :
Returns : NONE
Notes :
******************************************************************************/
//interrupt void x_XSR(void){ /* XGate interrupt handler for */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -