⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pe_const.h

📁 基于MC908LK24 MCU的热量表程序
💻 H
字号:
/*
** ###################################################################
**
**     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
**
**     Filename  : PE_Const.H
**
**     Project   : LK24E
** 
**     Processor : MC68HC908LK24FAC_80
**
**     Beantype  : PE_Const
**
**     Version   : Driver 01.00
**
**     Compiler  : Metrowerks HC08 C Compiler
**
**     Date/Time : 2004-1-3, 17:14
**
**     Abstract  :
**
**         This bean "PE_Const" contains internal definitions
**         of the constants.
**
**     Settings  :
**
**
**     Contents  :
**
**         No public methods
**
**
**     (c) Copyright UNIS, spol. s r.o. 1997-2002
**
**     UNIS, spol. s r.o.
**     Jundrovska 33
**     624 00 Brno
**     Czech Republic
**
**     http      : www.processorexpert.com
**     mail      : info@processorexpert.com
**
** ###################################################################
*/

#ifndef __PE_Const_H
#define __PE_Const_H

/* Constants for detecting running mode */
#define HIGH_SPEED        0            /* High speed */
#define LOW_SPEED         1            /* Low speed */
#define SLOW_SPEED        2            /* Slow speed */

/* Reset cause constants */
#define RSTSRC_POR        128          /* Power-on reset        */
#define RSTSRC_PIN        64           /* External reset bit    */
#define RSTSRC_COP        32           /* COP reset             */
#define RSTSRC_ILOP       16           /* Illegal opcode reset  */
#define RSTSRC_ILAD       8            /* Illegal address reset */
#define RSTSRC_MODRST     4            /* Normal Monitor Mode Entry Reset*/
#define RSTSRC_MENRST     4            /* Forced Monitor Mode Entry Reset*/
#define RSTSRC_LVI        2            /* Low voltage inhibit reset */

#endif /* _PE_Const_H */
/*
** ###################################################################
**
**     This file was created by UNIS Processor Expert 03.23 for 
**     the Motorola HC08 series of microcontrollers.
**
** ###################################################################
*/

⌨️ 快捷键说明

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