]> rtime.felk.cvut.cz Git - arc.git/blobdiff - include/EcuM.h
Merged in from default
[arc.git] / include / EcuM.h
index e8929f89a2c0efded9610ba95302f5ada23101f1..29c15a00789a635b050f401154e20cc1fbf43ab6 100644 (file)
@@ -114,7 +114,7 @@ enum {
         *  If hardware cannot distinguish between a\r
         *  power cycle and a reset reason, then this\r
         *  shall be the default wakeup source */\r
-       ECUM_WKSOURCE_RESET = 0x02,\r
+       ECUM_WKSOURCE_RESET = 0x02\r
 };\r
 \r
 typedef uint32 EcuM_WakeupSourceType;\r
@@ -124,20 +124,20 @@ typedef enum
        ECUM_WKSTATUS_NONE = 0,        /**< No pending wakeup event was detected */\r
        ECUM_WKSTATUS_PENDING = 1,     /**< The wakeup event was detected but not yet validated */\r
        ECUM_WKSTATUS_VALIDATED = 2,   /**< The wakeup event is valid */\r
-       ECUM_WKSTATUS_EXPIRED = 3,     /**< The wakeup event has not been validated and has expired therefore */\r
+       ECUM_WKSTATUS_EXPIRED = 3     /**< The wakeup event has not been validated and has expired therefore */\r
 } EcuM_WakeupStatusType;\r
 \r
 typedef enum\r
 {\r
        ECUM_WWKACT_RUN = 0,       /**< Initialization into RUN state */\r
        ECUM_WKACT_TTII = 2,       /**< Execute time triggered increased inoperation protocol and shutdown */\r
-       ECUM_WKACT_SHUTDOWN = 3,   /**< Immediate shutdown */\r
+       ECUM_WKACT_SHUTDOWN = 3   /**< Immediate shutdown */\r
 } EcuM_WakeupReactionType;\r
 \r
 typedef enum\r
 {\r
        ECUM_BOOT_TARGET_APP = 0,          /**< The Ecu will boot into the application */\r
-       ECUM_BOOT_TARGET_BOOTLOADER = 1,   /**< The Ecu will boot into the bootloader */\r
+       ECUM_BOOT_TARGET_BOOTLOADER = 1   /**< The Ecu will boot into the bootloader */\r
 } EcuM_BootTargetType;\r
 \r
 \r