Common Platform (CP) Tracer Library API Reference Guide (TCI6630K2L Version)
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
CPTLib_TCI6630K2L.h
Go to the documentation of this file.
1
#ifndef __CPTLIBRARY_TCI6630K2L_H
2
#define __CPTLIBRARY_TCI6630K2L_H
3
/*
4
* CPTLib_TCI6630K2L.h
5
*
6
* Common Platform (CP) Tracer Library TCI6630K2L device specific definitions
7
*
8
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
9
*
10
*
11
* Redistribution and use in source and binary forms, with or without
12
* modification, are permitted provided that the following conditions
13
* are met:
14
*
15
* Redistributions of source code must retain the above copyright
16
* notice, this list of conditions and the following disclaimer.
17
*
18
* Redistributions in binary form must reproduce the above copyright
19
* notice, this list of conditions and the following disclaimer in the
20
* documentation and/or other materials provided with the
21
* distribution.
22
*
23
* Neither the name of Texas Instruments Incorporated nor the names of
24
* its contributors may be used to endorse or promote products derived
25
* from this software without specific prior written permission.
26
*
27
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
*
39
*/
40
41
#include <stdlib.h>
42
#include <stdint.h>
// The library uses C99 exact-width integer types
43
44
#ifdef __cplusplus
45
extern
"C"
{
46
#endif
47
52
//
54
// Public Typedefs and Enums
55
//
57
62
// These are in SID order
63
typedef
enum
{
eCPT_MSMC_0
,
64
eCPT_MSMC_1
,
65
eCPT_MSMC_2
,
66
eCPT_MSMC_3
,
67
eCPT_QM_MST
,
68
eCPT_DDR
,
69
eCPT_SM
,
70
eCPT_QM_CFG1
,
71
eCPT_SCR3_CFG
,
72
eCPT_L2_0
,
73
eCPT_L2_1
,
74
eCPT_L2_2
,
75
eCPT_L2_3
,
76
eCPT_RAC
,
77
eCPT_RAC_CFG1
,
78
eCPT_TAC
,
79
eCPT_QM_CFG2
,
80
eCPT_OSR_PCIE1_CFG
,
81
eCPT_TPCC_0
,
82
eCPT_TPCC_1_2
,
83
eCPT_INTC_CFG
,
84
eCPT_MSMC_4
,
85
eCPT_MSMC_5
,
86
eCPT_MSMC_6
,
87
eCPT_MSMC_7
,
88
eCPT_SPI_ROM_EMIF16
,
89
eCPT_CFG_3P_U
,
90
eCPT_ModID_Last
91
}
eCPT_ModID
;
92
115
// Master IDs
116
typedef
enum
{
117
eCPT_MID_GEM0
,
118
eCPT_MID_GEM1
,
119
eCPT_MID_GEM2
,
120
eCPT_MID_GEM3
,
121
eCPT_MID_reserved_4,
122
eCPT_MID_reserved_5,
123
eCPT_MID_reserved_6,
124
eCPT_MID_reserved_7,
125
eCPT_MID_A15_CPU0_0
,
126
eCPT_MID_A15_CPU1_0
,
127
eCPT_MID_reserved_10,
128
eCPT_MID_reserved_11,
129
eCPT_MID_reserved_12,
130
eCPT_MID_reserved_13,
131
eCPT_MID_reserved_14,
132
eCPT_MID_reserved_15,
133
eCPT_MID_GEM0_CFG
,
134
eCPT_MID_GEM1_CFG
,
135
eCPT_MID_GEM2_CFG
,
136
eCPT_MID_GEM3_CFG
,
137
eCPT_MID_reserved_20,
138
eCPT_MID_reserved_21,
139
eCPT_MID_reserved_22,
140
eCPT_MID_reserved_23,
141
eCPT_MID_reserved_24,
142
eCPT_MID_EDMA0_TC0_RD
,
143
eCPT_MID_EDMA0_TC0_WR
,
144
eCPT_MID_EDMA0_TC1_RD
,
145
eCPT_MID_PCIE_1_MST
,
146
eCPT_MID_reserved_29,
147
eCPT_MID_reserved_30,
148
eCPT_MID_PCIE_0_MST
,
149
eCPT_MID_EDMA0_TC1_WR
,
150
eCPT_MID_EDMA1_TC0_RD
,
151
eCPT_MID_EDMA1_TC0_WR
,
152
eCPT_MID_EDMA1_TC1_RD
,
153
eCPT_MID_EDMA1_TC1_WR
,
154
eCPT_MID_EDMA1_TC2_RD
,
155
eCPT_MID_EDMA1_TC2_WR
,
156
eCPT_MID_EDMA1_TC3_RD
,
157
eCPT_MID_EDMA1_TC3_WR
,
158
eCPT_MID_EDMA2_TC0_RD
,
159
eCPT_MID_EDMA2_TC0_WR
,
160
eCPT_MID_EDMA2_TC1_RD
,
161
eCPT_MID_EDMA2_TC1_WR
,
162
eCPT_MID_EDMA2_TC2_RD
,
163
eCPT_MID_EDMA2_TC2_WR
,
164
eCPT_MID_EDMA2_TC3_RD
,
165
eCPT_MID_EDMA2_TC3_WR
,
166
eCPT_MID_reserved_49,
167
eCPT_MID_reserved_50,
168
eCPT_MID_reserved_51,
169
eCPT_MID_reserved_52,
170
eCPT_MID_reserved_53
,
171
/* NETCP Global master group */
172
eCPT_MID_NETCP_GLOBAL0
,
173
eCPT_MID_NETCP_GLOBAL1
,
174
eCPT_USB_MST
,
175
eCPT_MID_FFTC_B
,
176
eCPT_MID_reserved_58,
177
eCPT_MID_reserved_59,
178
eCPT_MID_RAC_A_BE0
,
179
eCPT_MID_RAC_A_BE1
,
180
eCPT_MID_TPCC0
,
181
eCPT_MID_TPCC1
,
182
eCPT_MID_TPCC2
,
183
eCPT_MID_reserved_65,
184
eCPT_MID_reserved_66,
185
eCPT_MID_reserved_67,
186
/* QM Secondary CDMA master group */
187
eCPT_MID_QM_second_Grp0
,
188
eCPT_MID_QM_second_Grp1
,
189
eCPT_MID_QM_second_Grp2
,
190
eCPT_MID_QM_second_Grp3
,
191
/* IQN CDMA master group */
192
eCPT_MID_IQN_CDMA_Grp0
,
193
eCPT_MID_IQN_CDMA_Grp1
,
194
eCPT_MID_IQN_CDMA_Grp2
,
195
eCPT_MID_IQN_CDMA_Grp3
,
196
eCPT_MID_reserved_76,
197
eCPT_MID_reserved_77,
198
eCPT_MID_reserved_78,
199
eCPT_MID_reserved_79,
200
eCPT_MID_reserved_80,
201
eCPT_MID_BCP_DIO0
,
202
eCPT_MID_BCP_DIO1
,
203
eCPT_MID_reserved_83,
204
eCPT_MID_reserved_84,
205
eCPT_MID_reserved_85,
206
eCPT_MID_reserved_86,
207
eCPT_MID_reserved_87,
208
eCPT_MID_reserved_88,
209
eCPT_MID_reserved_89,
210
eCPT_MID_reserved_90,
211
eCPT_MID_reserved_91,
212
eCPT_MID_reserved_92,
213
eCPT_MID_reserved_93,
214
eCPT_MID_reserved_94,
215
eCPT_MID_reserved_95,
216
/* QM1_CDMA master group */
217
eCPT_MID_QM1_CDMA_Grp0
,
218
eCPT_MID_QM1_CDMA_Grp1
,
219
eCPT_MID_QM1_CDMA_Grp2
,
220
eCPT_MID_QM1_CDMA_Grp3
,
221
eCPT_MID_reserved_100,
222
eCPT_MID_reserved_101,
223
eCPT_MID_BCP_CDMA
,
224
eCPT_MID_TAC_FEI0
,
225
eCPT_MID_reserved_104,
226
eCPT_MID_reserved_105,
227
eCPT_MID_FFTC_A
,
228
eCPT_MID_DAP
,
229
eCPT_MID_reserved_108,
230
eCPT_MID_reserved_109,
231
eCPT_MID_reserved_110,
232
eCPT_MID_reserved_111,
233
eCPT_MID_NETCP_LOCAL_Grp0
,
234
eCPT_MID_NETCP_LOCAL_Grp1
,
235
eCPT_MID_NETCP_LOCAL_Grp2
,
236
eCPT_MID_NETCP_LOCAL_Grp3
,
237
eCPT_MID_NETCP_LOCAL_Grp4
,
238
eCPT_MID_NETCP_LOCAL_Grp5
,
239
eCPT_MID_NETCP_LOCAL_Grp6
,
240
eCPT_MID_NETCP_LOCAL_Grp7
,
241
eCPT_MID_MSMC5
= 174,
242
eCPT_MID_MSMC6
,
243
eCPT_MID_MSMC7
,
244
eCPT_MID_MSMC4
,
245
eCPT_MID_CFG_3P_U
,
246
eCPT_MID_reserved_179,
247
/* NETCP master group */
248
eCPT_MID_NETCP_GLOBAL_Grp0
,
249
eCPT_MID_NETCP_GLOBAL_Grp1
,
250
eCPT_MID_NETCP_GLOBAL_Grp2
,
251
eCPT_MID_NETCP_GLOBAL_Grp3
,
252
eCPT_MID_Cnt = 256
253
}
eCPT_MasterID
;
254
255
#ifdef __cplusplus
256
}
257
#endif
258
259
#endif
/* __CPTLIBARY_TCI6630K2L_H */
C:
git
ctoolslib
CPTLib
include
CPTLib_TCI6630K2L.h
Generated on Tue Sep 22 2015 08:10:53 for Common Platform (CP) Tracer Library API Reference Guide (TCI6630K2L Version) by
1.8.4