]> rtime.felk.cvut.cz Git - arc.git/blob - examples/blinker_node/config/stm32_stm3210c/Mcu_Cfg.h
Cleanup of some drivers. Re-generated examples for mpc551xsim
[arc.git] / examples / blinker_node / config / stm32_stm3210c / Mcu_Cfg.h
1 /*\r
2  * Configuration of module Mcu (Mcu_Cfg.h)\r
3  *\r
4  * Created by: \r
5  * Configured for (MCU): STM32_F107\r
6  *\r
7  * Module vendor: ArcCore\r
8  * Module version: 2.0.2\r
9  *\r
10  * \r
11  * Generated by Arctic Studio (http://arccore.com) \r
12  *           on Fri Jan 21 11:32:26 CET 2011\r
13  */\r
14 \r
15
16 #if !(((MCU_SW_MAJOR_VERSION == 2) && (MCU_SW_MINOR_VERSION == 0)) )
17 #error "Mcu: Configuration file version differs from BSW version."
18 #endif
19
20 \r
21 #ifndef MCU_CFG_H_\r
22 #define MCU_CFG_H_\r
23 \r
24 #include "Std_Types.h"\r
25 #include "Mcu_ConfigTypes.h"\r
26 \r
27 #define MCU_DEV_ERROR_DETECT    STD_OFF \r
28 #define MCU_PERFORM_RESET_API   STD_ON\r
29 #define MCU_VERSION_INFO_API    STD_ON\r
30 \r
31 typedef enum {\r
32         MCU_CLOCKTYPE_EXT_REF_25MHZ = 0,\r
33   MCU_NBR_OF_CLOCKS,\r
34 } Mcu_ClockType;\r
35 \r
36 #define MCU_DEFAULT_CONFIG McuConfigData[0]\r
37 \r
38 #endif /*MCU_CFG_H_*/\r