]> rtime.felk.cvut.cz Git - arc.git/blob - boards/hcs12x_elmicro_tboard/examples/ledmaster/config/Mcu_Cfg.h
Update of HCS12 to fit ADC mcal tests.
[arc.git] / boards / hcs12x_elmicro_tboard / examples / ledmaster / config / Mcu_Cfg.h
1 /*\r
2 * Configuration of module: Mcu (Mcu_Cfg.h)\r
3 *\r
4 * Created by:              \r
5 * Copyright:               \r
6 *\r
7 * Configured for (MCU):    HCS12\r
8 *\r
9 * Module vendor:           ArcCore\r
10 * Generator version:       2.0.2\r
11 *\r
12 * Generated by Arctic Studio (http://arccore.com) \r
13 *           on Tue Jun 28 16:50:43 CEST 2011\r
14 */\r
15 \r
16
17 #if !(((MCU_SW_MAJOR_VERSION == 2) && (MCU_SW_MINOR_VERSION == 0)) )
18 #error Mcu: Configuration file expected BSW module version to be 2.0.*
19 #endif
20
21 \r
22 #ifndef MCU_CFG_H_\r
23 #define MCU_CFG_H_\r
24 \r
25 \r
26 #define MCU_DEV_ERROR_DETECT    STD_OFF \r
27 #define MCU_PERFORM_RESET_API   STD_OFF\r
28 #define MCU_VERSION_INFO_API    STD_ON\r
29 \r
30 typedef enum {\r
31         MCU_CLOCKTYPE_EXT_REF_16MHZ = 0,\r
32   MCU_NBR_OF_CLOCKS,\r
33 } Mcu_ClockType;\r
34 \r
35 \r
36 #define MCU_NBR_OF_RAM_SECTIONS 0\r
37 \r
38 \r
39 #define MCU_DEFAULT_CONFIG McuConfigData[0]\r
40 \r
41 #endif /*MCU_CFG_H_*/\r