Common Platform (CP) Tracer Library API Reference Guide (66AK2Gxx Version)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
CPTLib_66AK2Gxx.h
Go to the documentation of this file.
1 #ifndef __CPTLIBRARY_66AK2Gxx_H
2 #define __CPTLIBRARY_66AK2Gxx_H
3 /*
4  * CPTLib_66AK2Exx.h
5  *
6  * Common Platform (CP) Tracer Library 66AK2Exx device specific definitions
7  *
8  * Copyright (C) 2010, 2011 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 typedef enum { eCPT_MSMC_0,
77  eCPT_ModID_Last
78  } eCPT_ModID;
79 
102 // Master IDs
103 typedef enum {
105  eCPT_MID_reserved1,
106  eCPT_MID_reserved2,
107  eCPT_MID_reserved3,
108  eCPT_MID_reserved4,
109  eCPT_MID_reserved5,
110  eCPT_MID_reserved6,
111  eCPT_MID_reserved7,
113  eCPT_MID_reserved9,
114  eCPT_MID_reserved10,
115  eCPT_MID_reserved11,
116  eCPT_MID_reserved12,
117  eCPT_MID_reserved13,
118  eCPT_MID_reserved14,
119  eCPT_MID_reserved15,
121  eCPT_MID_reserved17,
122  eCPT_MID_reserved18,
123  eCPT_MID_reserved19,
124  eCPT_MID_reserved20,
125  eCPT_MID_reserved21,
126  eCPT_MID_reserved22,
127  eCPT_MID_reserved23,
128  eCPT_MID_reserved24,
129  eCPT_MID_reserved25,
140  eCPT_MID_reserved36,
141  eCPT_MID_reserved37,
142  eCPT_MID_reserved38,
153  eCPT_MID_reserved49,
157  eCPT_MID_reserved53,
158  eCPT_MID_reserved54,
159  eCPT_MID_reserved55,
160  eCPT_MID_reserved56,
162  eCPT_MID_reserved58,
164  eCPT_MID_reserved60,
165  eCPT_MID_reserved61,
170  eCPT_MID_Cnt = 112
171  } eCPT_MasterID;
172 
173 #ifdef __cplusplus
174 }
175 #endif
176 
180 #define eCPT_MID_GEM0 eCPT_MID_DSP0
181 
182 #endif /* __CPTLIBARY_66AK2Gxx_H */