]> git.sur5r.net Git - freertos/blob - Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/drivers/mss_ace/envm_layout.h
Create directory structure to hold the (not yet created) Keil and IAR demo projects...
[freertos] / Demo / CORTEX_A2F200_IAR_and_Keil / MicroSemi_Code / drivers / mss_ace / envm_layout.h
1 /*******************************************************************************\r
2  * (c) Copyright 2009 Actel Corporation.  All rights reserved.\r
3  * \r
4  * This file contains the addresses and size of the various blocks of data\r
5  * stored in eNVM.\r
6  *\r
7  * SVN $Revision: 1113 $\r
8  * SVN $Date: 2009-07-01 11:11:29 +0100 (Wed, 01 Jul 2009) $\r
9  */\r
10 #ifndef ENVM_LAYOUT_HEADER\r
11 #define ENVM_LAYOUT_HEADER\r
12 \r
13 #ifdef __cplusplus\r
14 extern "C" {\r
15 #endif \r
16 \r
17 /*==============================================================================\r
18  * Address of the manufacturing test data.\r
19  */\r
20 #define MTD_ADDRESS 0x60080010\r
21 \r
22 /*==============================================================================\r
23  * MSS configuration location.\r
24  */\r
25 #define MSS_CONFIG_ADDRESS        0x60081618\r
26 \r
27 /*==============================================================================\r
28  * Analog configuration location and size.\r
29  */\r
30 #define ANALOG_CONFIG_ADDRESS     0x60081600\r
31 #define ANALOG_CONFIG_BYTE_SIZE   24\r
32 \r
33 #ifdef __cplusplus\r
34 }\r
35 #endif\r
36 \r
37 #endif  /* ENVM_LAYOUT_HEADER */\r