1 /** ###################################################################
2 ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
3 ** Filename : PE_Const.H
5 ** Processor : MC9S12DP256BCPV
7 ** Version : Driver 01.00
8 ** Compiler : Metrowerks HC12 C Compiler
9 ** Date/Time : 13/06/2005, 20:14
11 ** This bean "PE_Const" contains internal definitions
17 ** (c) Copyright UNIS, spol. s r.o. 1997-2002
22 ** http : www.processorexpert.com
23 ** mail : info@processorexpert.com
24 ** ###################################################################*/
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 */
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 */
42 #endif /* _PE_Const_H */
44 ** ###################################################################
46 ** This file was created by UNIS Processor Expert 03.33 for
47 ** the Motorola HCS12 series of microcontrollers.
49 ** ###################################################################