mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
First version under SVN is V4.0.1
This commit is contained in:
parent
243393860c
commit
b6df57c7e3
918 changed files with 269038 additions and 0 deletions
50
Demo/HCS12_CodeWarrior_small/CODE/PE_Const.H
Normal file
50
Demo/HCS12_CodeWarrior_small/CODE/PE_Const.H
Normal file
|
@ -0,0 +1,50 @@
|
|||
/** ###################################################################
|
||||
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
|
||||
** Filename : PE_Const.H
|
||||
** Project : RTOSDemo
|
||||
** Processor : MC9S12C32CFU
|
||||
** Beantype : PE_Const
|
||||
** Version : Driver 01.00
|
||||
** Compiler : Metrowerks HC12 C Compiler
|
||||
** Date/Time : 10/05/2005, 11:11
|
||||
** 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 1 /* Power-on reset */
|
||||
#define RSTSRC_PIN 8 /* External reset bit */
|
||||
#define RSTSRC_COP 4 /* COP reset */
|
||||
#define RSTSRC_ILOP 2 /* Illegal opcode reset */
|
||||
#define RSTSRC_ILAD 16 /* Illegal address reset */
|
||||
#define RSTSRC_LVI 32 /* Low voltage inhibit reset */
|
||||
|
||||
#endif /* _PE_Const_H */
|
||||
/*
|
||||
** ###################################################################
|
||||
**
|
||||
** This file was created by UNIS Processor Expert 03.33 for
|
||||
** the Motorola HCS12 series of microcontrollers.
|
||||
**
|
||||
** ###################################################################
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue