]> begriffs open source - cmsis-freertos/blob - Demo/HCS12_CodeWarrior_banked/CODE/PE_Const.H
Update cmsis_os2.c
[cmsis-freertos] / Demo / HCS12_CodeWarrior_banked / CODE / PE_Const.H
1 /** ###################################################################
2 **     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
3 **     Filename  : PE_Const.H
4 **     Project   : RTOSDemo
5 **     Processor : MC9S12DP256BCPV
6 **     Beantype  : PE_Const
7 **     Version   : Driver 01.00
8 **     Compiler  : Metrowerks HC12 C Compiler
9 **     Date/Time : 13/06/2005, 20:14
10 **     Abstract  :
11 **         This bean "PE_Const" contains internal definitions
12 **         of the constants.
13 **     Settings  :
14 **     Contents  :
15 **         No public methods
16 **
17 **     (c) Copyright UNIS, spol. s r.o. 1997-2002
18 **     UNIS, spol. s r.o.
19 **     Jundrovska 33
20 **     624 00 Brno
21 **     Czech Republic
22 **     http      : www.processorexpert.com
23 **     mail      : info@processorexpert.com
24 ** ###################################################################*/
25
26 #ifndef __PE_Const_H
27 #define __PE_Const_H
28
29 /* Constants for detecting running mode */
30 #define HIGH_SPEED        0            /* High speed */
31 #define LOW_SPEED         1            /* Low speed */
32 #define SLOW_SPEED        2            /* Slow speed */
33
34 /* Reset cause constants */
35 #define RSTSRC_POR        1            /* Power-on reset        */
36 #define RSTSRC_PIN        8            /* External reset bit    */
37 #define RSTSRC_COP        4            /* COP reset             */
38 #define RSTSRC_ILOP       2            /* Illegal opcode reset  */
39 #define RSTSRC_ILAD       16           /* Illegal address reset */
40 #define RSTSRC_LVI        32           /* Low voltage inhibit reset */
41
42 #endif /* _PE_Const_H */
43 /*
44 ** ###################################################################
45 **
46 **     This file was created by UNIS Processor Expert 03.33 for 
47 **     the Motorola HCS12 series of microcontrollers.
48 **
49 ** ###################################################################
50 */