1 /** ###################################################################
2 ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
5 ** Processor : MC9S12DP256BCPV
6 ** Beantype : MC9S12DP256_112
7 ** Version : Bean 01.148, Driver 01.09, CPU db: 2.87.283
8 ** Compiler : Metrowerks HC12 C Compiler
9 ** Date/Time : 14/06/2005, 16:34
11 ** This bean "MC9S12DP256_112" implements properties, methods,
12 ** and events of the CPU.
16 ** EnableInt - void Cpu_EnableInt(void);
17 ** DisableInt - void Cpu_DisableInt(void);
19 ** (c) Copyright UNIS, spol. s r.o. 1997-2002
24 ** http : www.processorexpert.com
25 ** mail : info@processorexpert.com
26 ** ###################################################################*/
31 /* Active configuration define symbol */
32 #define PEcfg_112pin 1
34 /*Include shared modules, which are used for whole project*/
44 /* Global variables */
45 extern volatile byte CCR_reg; /* Current CCR reegister */
46 extern byte CpuMode; /* Current speed mode */
51 #define Cpu_DisableInt() __DI() /* Disable interrupts */
53 ** ===================================================================
54 ** Method : Cpu_DisableInt (bean MC9S12DP256_112)
57 ** Disable maskable interrupts
60 ** ===================================================================
63 #define Cpu_EnableInt() __EI() /* Enable interrupts */
65 ** ===================================================================
66 ** Method : Cpu_EnableInt (bean MC9S12DP256_112)
69 ** Enable maskable interrupts
72 ** ===================================================================
75 #pragma CODE_SEG __NEAR_SEG NON_BANKED /* Interrupt section for this module. Placement will be in NON_BANKED area. */
77 __interrupt void Cpu_Interrupt(void);
79 ** ===================================================================
80 ** Method : Cpu_Interrupt (bean MC9S12DP256_112)
83 ** This method is internal. It is used by Processor Expert
85 ** ===================================================================
88 #pragma CODE_SEG DEFAULT /* Change code section to DEFAULT. */
90 void PE_low_level_init(void);
92 ** ===================================================================
93 ** Method : PE_low_level_init (bean MC9S12DP256_112)
96 ** This method is internal. It is used by Processor Expert
98 ** ===================================================================
103 #endif /* ifndef __Cpu */
105 ** ###################################################################
107 ** This file was created by UNIS Processor Expert 03.33 for
108 ** the Motorola HCS12 series of microcontrollers.
110 ** ###################################################################