• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

global.c

Go to the documentation of this file.
00001 /*@{*//*@}*/
00010 
00011 /******************************************************************************/
00012 /* Includes (#include)                                                        */
00013 
00014 /* Own header files */
00015 #include "xtypes.h"
00016 
00017 #define EXPORT
00018   #include "global.h"
00019 #undef EXPORT
00020 
00021 /******************************************************************************/
00022 /* Constants (#define)                *//*@{*/
00023 /* End: Constants (#define)                                             *//*@}*/
00024 /******************************************************************************/
00025 
00026 /******************************************************************************/
00027 /* Macro definitions (#define)           *//*@{*/
00028 /* End: Macro definitions (#define)                                     *//*@}*/
00029 /******************************************************************************/
00030 
00031 /******************************************************************************/
00032 /* Basic types (typedef)                 *//*@{*/
00033 /* End: Basic types (typedef)                                           *//*@}*/
00034 /******************************************************************************/
00035 
00036 /******************************************************************************/
00037 /* Local constants (const)      *//*@{*/
00038 /* End: Local constants (const)                                         *//*@}*/
00039 /******************************************************************************/
00040 
00041 /******************************************************************************/
00042 /* Local variables              *//*@{*/
00043 /* End: Local variables                                                 *//*@}*/
00044 /******************************************************************************/
00045 
00046 /******************************************************************************/
00047 /* Global variables           *//*@{*/
00048 #ifndef BOOTLOADER
00049 
00052 CONST UINT16 g_u16ApplicationVersion SECTION_VERSION  = FW_VERSION;
00053 
00056 CONST UINT32 g_u32ApplicationCRC     SECTION_CRC      = APPLICATION_CRC;
00057 #endif
00058 
00060 CONST S_MEM_STRUCTRUE sMemoryEEPROM SECTION_EEMEM = 
00061 {
00062   TRUE, 
00063   WHEEL_SIZE, 
00064   SPEEDLIMIT_MAX,
00065   SPEEDLIMIT_MIN,
00066   VALUE_TEMP_FAN,
00067   DEFAULT_MAGNET_NUMBER_TACHO,
00068   DEFAULT_MAGNET_NUMBER_PEDAL
00069 };
00070 
00071 /* End: Global variables                                                *//*@}*/
00072 /******************************************************************************/
00073 
00074 /******************************************************************************/
00075 /* Prototype declarations                                                     */
00076 /* End: Prototype declarations                                                */
00077 /******************************************************************************/
00078 
00079 /******************************************************************************/
00080 /* Local functions             *//*@{*/
00081 /* End: Local functions                                                 *//*@}*/
00082 /******************************************************************************/
00083 
00084 /******************************************************************************/
00085 /* Global functions          *//*@{*/
00086 /* End: Global functions                                                *//*@}*/
00087 /******************************************************************************/
00088 
00089 /**** Last line of code                                                    ****/

Generated on Sun Jan 23 2011 14:05:40 for ULA replacement firmware by  doxygen 1.7.2