priohigh.h

来自「freescale最新的16位单片机」· C头文件 代码 · 共 40 行

H
40
字号
/******************************************************************************
*                                                                             *
* (c) Freescale Inc. 2003 All rights reserved                                 *
*                                                                             *
*******************************************************************************
*                                                                             *
* File Name      : priohigh.h                                                    *
*                                                                             *
* Description    : Header file defining setup constants of periphery S12X     *
*                                                                             *
* Compiler       : CW S12X V4.1                                               *
*                                                                             *
* $Version       : 1.0.5.0$                                                   *
*                                                                             *
* Author         : dstk001                                                    *
*******************************************************************************
******************************************************************************/



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

HW_TYPE - definition of using Hardware

Define        Name of HW					uController				      Produced by

HW_AXIOM      DEMO9S12XDT512      S12XDT512 (80QFP)       Axiom Manufacturing, www.axman.com
                                                          manual: DEMO9S12XDT512_UG.pdf
HW_00235			00235	rev. 1	  		S12XDT512 (144LQFP)     Frescale semiconductor, www.freescale.com
                                                          manual:                               
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef     __PRIO_HIGH_
#define     __PRIO_HIGH_
   
void PriorityHigh            (Byte actual);

#endif

               

⌨️ 快捷键说明

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