summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer_v1.0/doc/html/smartmedia__shared_8hch-source.html
blob: f21af8ddc2404b4868765ca90ed67b5e93f1cb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Graphic Equalizer 2: C:/Project  Marcel &amp; Oliver/Graphic_Equalizer/include/smartmedia_shared.hch Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">C:</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">Project  Marcel &amp; Oliver</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">Graphic_Equalizer</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">include</a></div>
<h1>smartmedia_shared.hch</h1><a href="smartmedia__shared_8hch.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 
00019 <span class="preprocessor">#ifndef _SMARTMEDIA_SHARED_HCH</span>
<a name="l00020"></a><a class="code" href="smartmedia__shared_8hch.html#a0">00020</a> <span class="preprocessor"></span><span class="preprocessor">#define _SMARTMEDIA_SHARED_HCH 1</span>
00021 <span class="preprocessor"></span>
00022 
00023 
00024 <span class="comment">/*</span>
00025 <span class="comment"> * Here we set the various sizes of the data in use. Do not round this values</span>
00026 <span class="comment"> * in anyway! For example, 640 pixels times 480 pixels is 307200 (4b000) pixels</span>
00027 <span class="comment"> * total.</span>
00028 <span class="comment"> */</span>
<a name="l00029"></a><a class="code" href="smartmedia__shared_8hch.html#a1">00029</a> <span class="preprocessor">#define SIZE_SKIN       0x04afff</span>
<a name="l00030"></a><a class="code" href="smartmedia__shared_8hch.html#a2">00030</a> <span class="preprocessor"></span><span class="preprocessor">#define SIZE_HELP       0x04afff</span>
<a name="l00031"></a><a class="code" href="smartmedia__shared_8hch.html#a3">00031</a> <span class="preprocessor"></span><span class="preprocessor">#define SIZE_GRAPH      0x04afff</span>
<a name="l00032"></a><a class="code" href="smartmedia__shared_8hch.html#a4">00032</a> <span class="preprocessor"></span><span class="preprocessor">#define SIZE_SKINMASK   0x018fff</span>
<a name="l00033"></a><a class="code" href="smartmedia__shared_8hch.html#a5">00033</a> <span class="preprocessor"></span><span class="preprocessor">#define SIZE_HELPMASK   0x018fff</span>
<a name="l00034"></a><a class="code" href="smartmedia__shared_8hch.html#a6">00034</a> <span class="preprocessor"></span><span class="preprocessor">#define SIZE_GRAPHMASK  0x018fff</span>
00035 <span class="preprocessor"></span>
<a name="l00036"></a><a class="code" href="smartmedia__shared_8hch.html#a7">00036</a> <span class="preprocessor">#define SIZE_PRESET     0x0001c0</span>
00037 <span class="preprocessor"></span>
00038 <span class="comment">/*</span>
00039 <span class="comment"> * Here we setup the start and end address for the various components.</span>
00040 <span class="comment"> */</span>
00041 
<a name="l00042"></a><a class="code" href="smartmedia__shared_8hch.html#a8">00042</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_SKIN_START           0x084000 </span><span class="comment">/* Block:  33 */</span>
<a name="l00043"></a><a class="code" href="smartmedia__shared_8hch.html#a9">00043</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_SKINMASK_START       0x168000 </span><span class="comment">/* Block:  90 */</span>
<a name="l00044"></a><a class="code" href="smartmedia__shared_8hch.html#a10">00044</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_HELP_START           0x1b4000 </span><span class="comment">/* Block: 109 */</span>
<a name="l00045"></a><a class="code" href="smartmedia__shared_8hch.html#a11">00045</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_HELPMASK_START       0x298000 </span><span class="comment">/* Block: 166 */</span>
<a name="l00046"></a><a class="code" href="smartmedia__shared_8hch.html#a12">00046</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_GRAPHMASK_START      0x2e4000 </span><span class="comment">/* Block: 185 */</span>
00047 
<a name="l00048"></a><a class="code" href="smartmedia__shared_8hch.html#a13">00048</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_PRESET_DEMO_START    0x330000 </span><span class="comment">/* Block: 204 */</span>
<a name="l00049"></a><a class="code" href="smartmedia__shared_8hch.html#a14">00049</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_PRESET_RESET_START   0x334000 </span><span class="comment">/* Block: 205 */</span>
00050 
<a name="l00051"></a><a class="code" href="smartmedia__shared_8hch.html#a15">00051</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_SKIN_END             (SMARTMEDIA_ADDRESS_SKIN_START +(SIZE_SKIN *3))</span>
<a name="l00052"></a><a class="code" href="smartmedia__shared_8hch.html#a16">00052</a> <span class="preprocessor"></span><span class="preprocessor">#define SMARTMEDIA_ADDRESS_SKINMASK_END         (SMARTMEDIA_ADDRESS_SKINMASK_START +(SIZE_SKINMASK *3))</span>
<a name="l00053"></a><a class="code" href="smartmedia__shared_8hch.html#a17">00053</a> <span class="preprocessor"></span><span class="preprocessor">#define SMARTMEDIA_ADDRESS_HELP_END             (SMARTMEDIA_ADDRESS_HELP_START +(SIZE_HELP *3))</span>
<a name="l00054"></a><a class="code" href="smartmedia__shared_8hch.html#a18">00054</a> <span class="preprocessor"></span><span class="preprocessor">#define SMARTMEDIA_ADDRESS_HELPMASK_END         (SMARTMEDIA_ADDRESS_HELPMASK_START +(SIZE_HELPMASK *3))</span>
<a name="l00055"></a><a class="code" href="smartmedia__shared_8hch.html#a19">00055</a> <span class="preprocessor"></span><span class="preprocessor">#define SMARTMEDIA_ADDRESS_GRAPHMASK_END        (SMARTMEDIA_ADDRESS_GRAPHMASK_START +(SIZE_GRAPHMASK *3))</span>
00056 <span class="preprocessor"></span>
<a name="l00057"></a><a class="code" href="smartmedia__shared_8hch.html#a20">00057</a> <span class="preprocessor">#define SMARTMEDIA_ADDRESS_PRESET_DEMO_END      (SMARTMEDIA_ADDRESS_PRESET_DEMO_START +(SIZE_PRESET))</span>
<a name="l00058"></a><a class="code" href="smartmedia__shared_8hch.html#a21">00058</a> <span class="preprocessor"></span><span class="preprocessor">#define SMARTMEDIA_ADDRESS_PRESET_RESET_END     (SMARTMEDIA_ADDRESS_PRESET_RESET_START +(SIZE_PRESET))</span>
00059 <span class="preprocessor"></span>
<a name="l00060"></a><a class="code" href="smartmedia__shared_8hch.html#a22">00060</a> <span class="preprocessor">#define ADDRESS_SKIN_START              0x000000</span>
<a name="l00061"></a><a class="code" href="smartmedia__shared_8hch.html#a23">00061</a> <span class="preprocessor"></span><span class="preprocessor">#define ADDRESS_SKIN_END                (ADDRESS_SKIN_START +SIZE_SKIN)</span>
00062 <span class="preprocessor"></span>
<a name="l00063"></a><a class="code" href="smartmedia__shared_8hch.html#a24">00063</a> <span class="preprocessor">#define ADDRESS_HELP_START              0x04b000</span>
<a name="l00064"></a><a class="code" href="smartmedia__shared_8hch.html#a25">00064</a> <span class="preprocessor"></span><span class="preprocessor">#define ADDRESS_HELP_END                (ADDRESS_HELP_START +SIZE_HELP)</span>
00065 <span class="preprocessor"></span>
<a name="l00066"></a><a class="code" href="smartmedia__shared_8hch.html#a26">00066</a> <span class="preprocessor">#define ADDRESS_GRAPHMASK_START         0x096000</span>
<a name="l00067"></a><a class="code" href="smartmedia__shared_8hch.html#a27">00067</a> <span class="preprocessor"></span><span class="preprocessor">#define ADDRESS_GRAPHMASK_END           (ADDRESS_GRAPHMASK_START +SIZE_GRAPH)</span>
00068 <span class="preprocessor"></span>
<a name="l00069"></a><a class="code" href="smartmedia__shared_8hch.html#a28">00069</a> <span class="preprocessor">#define ADDRESS_PRESET_DEMO_START       0x0e1000</span>
<a name="l00070"></a><a class="code" href="smartmedia__shared_8hch.html#a29">00070</a> <span class="preprocessor"></span><span class="preprocessor">#define ADDRESS_PRESET_DEMO_END         (ADDRESS_PRESET_DEMO_START +SIZE_PRESET)</span>
00071 <span class="preprocessor"></span>
<a name="l00072"></a><a class="code" href="smartmedia__shared_8hch.html#a30">00072</a> <span class="preprocessor">#define ADDRESS_PRESET_RESET_START      0x0e11c0</span>
<a name="l00073"></a><a class="code" href="smartmedia__shared_8hch.html#a31">00073</a> <span class="preprocessor"></span><span class="preprocessor">#define ADDRESS_PRESET_RESET_END        (ADDRESS_PRESET_RESET_START +SIZE_PRESET)</span>
00074 <span class="preprocessor"></span>
00075 
00076 
00077 <span class="preprocessor">#else</span>
00078 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR file smartmedia_shared.hch multiple times included"</span>
00079 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* --- _SMARTMEDIA_SHARED_HCH --- */</span>
00080 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Dec 9 14:37:06 2004 for Graphic Equalizer 2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>