]> rtime.felk.cvut.cz Git - arc.git/blob - boards/stm32_stm3210c/examples/com_simple/config/Com_Cfg.h
c216d16372489a946e67681578b6efc6dfc70a21
[arc.git] / boards / stm32_stm3210c / examples / com_simple / config / Com_Cfg.h
1 /*\r
2 * Configuration of module: Com (Com_Cfg.h)\r
3 *\r
4 * Created by:              \r
5 * Copyright:               \r
6 *\r
7 * Configured for (MCU):    STM32_F107\r
8 *\r
9 * Module vendor:           ArcCore\r
10 * Generator version:       2.0.8\r
11 *\r
12 * Generated by Arctic Studio (http://arccore.com) \r
13 */\r
14 \r
15
16 #if !(((COM_SW_MAJOR_VERSION == 1) && (COM_SW_MINOR_VERSION == 2)) )
17 #error Com: Configuration file expected BSW module version to be 1.2.*
18 #endif
19
20 \r
21 #ifndef COM_CFG_H\r
22 #define COM_CFG_H\r
23 \r
24 #define COM_MODULE_ID 20\r
25 #define COM_INSTANCE_ID 1\r
26 \r
27 #define COM_DEV_ERROR_DETECT  STD_OFF\r
28 \r
29 #define COM_N_IPDUS 2\r
30 #define COM_N_SIGNALS 8\r
31 #define COM_N_GROUP_SIGNALS 0\r
32 \r
33 #define COM_E_INVALID_FILTER_CONFIGURATION 101\r
34 #define COM_E_INITIALIZATION_FAILED 102\r
35 #define COM_E_INVALID_SIGNAL_CONFIGURATION 103\r
36 #define COM_INVALID_PDU_ID 104\r
37 #define COM_INVALID_SIGNAL_ID 109\r
38 #define COM_ERROR_SIGNAL_IS_SIGNALGROUP 105\r
39 \r
40 #define COM_E_TOO_MANY_IPDU 106\r
41 #define COM_E_TOO_MANY_SIGNAL 107\r
42 #define COM_E_TOO_MANY_GROUPSIGNAL 108\r
43 \r
44 #define CPU_ENDIANESS COM_BIG_ENDIAN\r
45 \r
46 #define ComConfigurationTimeBase 0.0\r
47 #define ComVersionInfoApi\r
48 \r
49 #endif /*COM_CFG_H*/\r