]> rtime.felk.cvut.cz Git - arc.git/blobdiff - boards/stm32_stm3210c/examples/os_simple/config/Mcu_Cfg.h
stm3210c, updated examples.
[arc.git] / boards / stm32_stm3210c / examples / os_simple / config / Mcu_Cfg.h
index 354034469466d27bbbc8b47ea2f23c72ed193f1f..e027b05badd87162c4b6bd589fbc907c7c71b3fd 100644 (file)
@@ -7,7 +7,7 @@
 * Configured for (MCU):    STM32_F107\r
 *\r
 * Module vendor:           ArcCore\r
-* Generator version:       2.0.2\r
+* Generator version:       2.0.3\r
 *\r
 * Generated by Arctic Studio (http://arccore.com) \r
 */\r
 #define MCU_PERFORM_RESET_API  STD_ON\r
 #define MCU_VERSION_INFO_API   STD_ON\r
 \r
+\r
+typedef enum {\r
+       MCU_MODE_RUN = 0,\r
+       MCU_MODE_SLEEP = 1,\r
+       MCU_MODE_NORMAL = 2 // Here for backwards compatibility reasons. Not used anymore.\r
+} Mcu_ModeType;\r
+\r
+\r
 typedef enum {\r
        MCU_CLOCKTYPE_EXT_REF_25MHZ = 0,\r
   MCU_NBR_OF_CLOCKS,\r