X-Git-Url: http://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/30f150f56f2a0176fed3bdc699c05060790846da..4fcf8b5bd06e2f12c9d8d2a4aacbd0dca8d24382:/boards/mpc5516it/examples/os_simple/config/EcuM_Cfg.h diff --git a/boards/mpc5516it/examples/os_simple/config/EcuM_Cfg.h b/boards/mpc5516it/examples/os_simple/config/EcuM_Cfg.h index 5467b0b3..c98417e8 100644 --- a/boards/mpc5516it/examples/os_simple/config/EcuM_Cfg.h +++ b/boards/mpc5516it/examples/os_simple/config/EcuM_Cfg.h @@ -7,7 +7,7 @@ * Configured for (MCU): MPC551x * * Module vendor: ArcCore -* Generator version: 2.0.2 +* Generator version: 2.1.10 * * Generated by Arctic Studio (http://arccore.com) */ @@ -30,12 +30,26 @@ #define ECUM_NVRAM_WRITEALL_TIMEOUT (10000) #define ECUM_NVRAM_MIN_RUN_DURATION (10000) +#define ECUM_VALIDATION_TIMEOUT 0 typedef enum { ECUM_USER_EcuMUserConfig, ECUM_USER_ENDMARK // Must be the last in list! } EcuM_UserList; +// EcuM Sleep Mode IDs +#define ECUM_SLEEP_MODE_EcuMSleepMode 0 +#define ECUM_SLEEP_MODE_CNT 1 + +typedef enum { + ECUM_WKSOURCE_POWER = (1<<0), + ECUM_WKSOURCE_RESET = (1<<1), + ECUM_WKSOURCE_INTERNAL_RESET = (1<<2), + ECUM_WKSOURCE_INTERNAL_WDG = (1<<3), + ECUM_WKSOURCE_EXTERNAL_WDG = (1<<4), + ECUM_WKSOURCE_ECUMWAKEUPSOURCE = (1<<5), + ECUM_WKSOURCE_ALL_SOURCES = 0x3FFFFFFF +} EcuM_WakeupSourceType ; #endif /*ECUM_CFG_H_*/