1 |
786 |
skrzyp |
#ifndef CYGONCE_MOD_REGS_TMR_H
|
2 |
|
|
#define CYGONCE_MOD_REGS_TMR_H
|
3 |
|
|
|
4 |
|
|
//==========================================================================
|
5 |
|
|
//
|
6 |
|
|
// mod_regs_tmr.h
|
7 |
|
|
//
|
8 |
|
|
// TPU/TMR Register
|
9 |
|
|
//
|
10 |
|
|
//==========================================================================
|
11 |
|
|
// ####ECOSGPLCOPYRIGHTBEGIN####
|
12 |
|
|
// -------------------------------------------
|
13 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
14 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
15 |
|
|
//
|
16 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
17 |
|
|
// the terms of the GNU General Public License as published by the Free
|
18 |
|
|
// Software Foundation; either version 2 or (at your option) any later
|
19 |
|
|
// version.
|
20 |
|
|
//
|
21 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT
|
22 |
|
|
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
23 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
24 |
|
|
// for more details.
|
25 |
|
|
//
|
26 |
|
|
// You should have received a copy of the GNU General Public License
|
27 |
|
|
// along with eCos; if not, write to the Free Software Foundation, Inc.,
|
28 |
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
29 |
|
|
//
|
30 |
|
|
// As a special exception, if other files instantiate templates or use
|
31 |
|
|
// macros or inline functions from this file, or you compile this file
|
32 |
|
|
// and link it with other works to produce a work based on this file,
|
33 |
|
|
// this file does not by itself cause the resulting work to be covered by
|
34 |
|
|
// the GNU General Public License. However the source code for this file
|
35 |
|
|
// must still be made available in accordance with section (3) of the GNU
|
36 |
|
|
// General Public License v2.
|
37 |
|
|
//
|
38 |
|
|
// This exception does not invalidate any other reasons why a work based
|
39 |
|
|
// on this file might be covered by the GNU General Public License.
|
40 |
|
|
// -------------------------------------------
|
41 |
|
|
// ####ECOSGPLCOPYRIGHTEND####
|
42 |
|
|
//==========================================================================
|
43 |
|
|
//#####DESCRIPTIONBEGIN####
|
44 |
|
|
//
|
45 |
|
|
// Author(s): yoshinori sato
|
46 |
|
|
// Contributors: yoshinori sato
|
47 |
|
|
// Date: 2002-02-19
|
48 |
|
|
//
|
49 |
|
|
//####DESCRIPTIONEND####
|
50 |
|
|
//
|
51 |
|
|
//==========================================================================
|
52 |
|
|
|
53 |
|
|
#define CYGARC_TSTR 0xFFFFC0
|
54 |
|
|
#define CYGARC_TSNC 0XFFFFC1
|
55 |
|
|
|
56 |
|
|
#define CYGARC_TCR0 0xFFFFD0
|
57 |
|
|
#define CYGARC_TMDR0 0xFFFFD1
|
58 |
|
|
#define CYGARC_TIORH0 0xFFFFD2
|
59 |
|
|
#define CYGARC_TIORL0 0xFFFFD3
|
60 |
|
|
#define CYGARC_TIER0 0xFFFFD4
|
61 |
|
|
#define CYGARC_TSR0 0xFFFFD5
|
62 |
|
|
#define CYGARC_TCNT0 0xFFFFD6
|
63 |
|
|
#define CYGARC_GRA0 0xFFFFD8
|
64 |
|
|
#define CYGARC_GRB0 0xFFFFDA
|
65 |
|
|
#define CYGARC_GRC0 0xFFFFDC
|
66 |
|
|
#define CYGARC_GRD0 0xFFFFDE
|
67 |
|
|
#define CYGARC_TCR1 0xFFFFE0
|
68 |
|
|
#define CYGARC_TMDR1 0xFFFFE1
|
69 |
|
|
#define CYGARC_TIORH1 0xFFFFE2
|
70 |
|
|
#define CYGARC_TIORL1 0xFFFFE3
|
71 |
|
|
#define CYGARC_TIER1 0xFFFFE4
|
72 |
|
|
#define CYGARC_TSR1 0xFFFFE5
|
73 |
|
|
#define CYGARC_TCNT1 0xFFFFE6
|
74 |
|
|
#define CYGARC_GRA1 0xFFFFE8
|
75 |
|
|
#define CYGARC_GRB1 0xFFFFEA
|
76 |
|
|
#define CYGARC_TCR2 0xFFFFF0
|
77 |
|
|
#define CYGARC_TMDR2 0xFFFFF1
|
78 |
|
|
#define CYGARC_TIORH2 0xFFFFF2
|
79 |
|
|
#define CYGARC_TIORL2 0xFFFFF3
|
80 |
|
|
#define CYGARC_TIER2 0xFFFFF4
|
81 |
|
|
#define CYGARC_TSR2 0xFFFFF5
|
82 |
|
|
#define CYGARC_TCNT2 0xFFFFF6
|
83 |
|
|
#define CYGARC_GRA2 0xFFFFF8
|
84 |
|
|
#define CYGARC_GRB2 0xFFFFFA
|
85 |
|
|
#define CYGARC_TCR3 0xFFFE80
|
86 |
|
|
#define CYGARC_TMDR3 0xFFFE81
|
87 |
|
|
#define CYGARC_TIORH3 0xFFFE82
|
88 |
|
|
#define CYGARC_TIORL3 0xFFFE83
|
89 |
|
|
#define CYGARC_TIER3 0xFFFE84
|
90 |
|
|
#define CYGARC_TSR3 0xFFFE85
|
91 |
|
|
#define CYGARC_TCNT3 0xFFFE86
|
92 |
|
|
#define CYGARC_GRA3 0xFFFE88
|
93 |
|
|
#define CYGARC_GRB3 0xFFFE8A
|
94 |
|
|
#define CYGARC_GRC3 0xFFFE8C
|
95 |
|
|
#define CYGARC_GRD3 0xFFFE8E
|
96 |
|
|
#define CYGARC_TCR4 0xFFFE90
|
97 |
|
|
#define CYGARC_TMDR4 0xFFFE91
|
98 |
|
|
#define CYGARC_TIORH4 0xFFFE92
|
99 |
|
|
#define CYGARC_TIORL4 0xFFFE93
|
100 |
|
|
#define CYGARC_TIER4 0xFFFE94
|
101 |
|
|
#define CYGARC_TSR4 0xFFFE95
|
102 |
|
|
#define CYGARC_TCNT4 0xFFFE96
|
103 |
|
|
#define CYGARC_GRA4 0xFFFE98
|
104 |
|
|
#define CYGARC_GRB4 0xFFFE9A
|
105 |
|
|
#define CYGARC_TCR5 0xFFFEA0
|
106 |
|
|
#define CYGARC_TMDR5 0xFFFEA1
|
107 |
|
|
#define CYGARC_TIORH5 0xFFFEA2
|
108 |
|
|
#define CYGARC_TIORL5 0xFFFEA3
|
109 |
|
|
#define CYGARC_TIER5 0xFFFEA4
|
110 |
|
|
#define CYGARC_TSR5 0xFFFEA5
|
111 |
|
|
#define CYGARC_TCNT5 0xFFFEA6
|
112 |
|
|
#define CYGARC_GRA5 0xFFFEA8
|
113 |
|
|
#define CYGARC_GRB5 0xFFFEAA
|
114 |
|
|
|
115 |
|
|
#define CYGARC_8TCR0 0xFFFFB0
|
116 |
|
|
#define CYGARC_8TCR1 0xFFFFB1
|
117 |
|
|
#define CYGARC_8TCSR0 0xFFFFB2
|
118 |
|
|
#define CYGARC_8TCSR1 0xFFFFB3
|
119 |
|
|
#define CYGARC_8TCORA0 0xFFFFB4
|
120 |
|
|
#define CYGARC_8TCORA1 0xFFFFB5
|
121 |
|
|
#define CYGARC_8TCORB0 0xFFFFB6
|
122 |
|
|
#define CYGARC_8TCORB1 0xFFFFB7
|
123 |
|
|
#define CYGARC_8TCNT0 0xFFFFB8
|
124 |
|
|
#define CYGARC_8TCNT1 0xFFFFB9
|
125 |
|
|
|
126 |
|
|
#endif
|