]> rtime.felk.cvut.cz Git - arc.git/blobdiff - boards/mpc5606s_xpc560s/examples/os_simple/config/EcuM_PBcfg.c
Regenerated examples. Removed linux board. Added default cross compiler for TI.
[arc.git] / boards / mpc5606s_xpc560s / examples / os_simple / config / EcuM_PBcfg.c
index 9c2676dce81aaed40ea7377e55e4ccebe43a4f48..5e6c29e6730b39f8b031b76cf27c8eafe1584553 100644 (file)
@@ -39,11 +39,11 @@ extern const J1939Tp_ConfigType J1939Tp_Config;
 #if defined(USE_WDGM)\r
 const EcuM_WdgMType EcuM_WdgMConfig = {\r
   .EcuMSupervisedEntity = NULL,\r
-  .EcuMWdgMWakeupMode  = NULL,\r
-  .EcuMWdgMStartupMode  = NULL,\r
-  .EcuMWdgMRunMode = NULL,\r
-  .EcuMWdgMPostRunMode  = NULL,\r
-  .EcuMWdgMShutdownMode = NULL,\r
+  .EcuMWdgMWakeupMode  = ECUM_SLEEP_MODE_WDGM_MODE_ILL,\r
+  .EcuMWdgMStartupMode  = ECUM_SLEEP_MODE_WDGM_MODE_ILL,\r
+  .EcuMWdgMRunMode = ECUM_SLEEP_MODE_WDGM_MODE_ILL,\r
+  .EcuMWdgMPostRunMode  = ECUM_SLEEP_MODE_WDGM_MODE_ILL,\r
+  .EcuMWdgMShutdownMode = ECUM_SLEEP_MODE_WDGM_MODE_ILL,\r
 };\r
 #endif\r
 \r
@@ -53,7 +53,7 @@ const EcuM_SleepModeType EcuM_SleepModeConfig[] = {
                .EcuMWakeupSourceMask = ECUM_WKSOURCE_ECUMWAKEUPSOURCE,\r
                .EcuMSleepModeMcuMode = MCU_MODE_MCUMODESETTINGCONF,\r
 #if defined(USE_WDGM)\r
-               .EcuMSleepModeWdgMMode = NULL,\r
+               .EcuMSleepModeWdgMMode = ECUM_SLEEP_MODE_WDGM_MODE_ILL,\r
 #endif\r
        }\r
 };\r
@@ -64,7 +64,7 @@ const EcuM_WakeupSourceConfigType EcuM_WakeupSourceConfig[] = {
                .EcuMWakeupSourcePolling = false,\r
                .EcuMValidationTimeout = 0,\r
 #if defined(USE_COMM)\r
-               .EcuMComMChannel = NULL,\r
+               .EcuMComMChannel = ECUM_COMM_CHANNEL_ILL,\r
 #endif\r
        }\r
 };\r