comparison cdg211/cdginc/p_cst.h @ 4:56abf6cf8a0b

cdg211: cdginc/mdf/pdf files from TCS211-20070608
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 01:11:35 +0000
parents
children
comparison
equal deleted inserted replaced
3:93999a60b835 4:56abf6cf8a0b
1 /*
2 +--------------------------------------------------------------------------+
3 | PROJECT : PROTOCOL STACK |
4 | FILE : p_cst.h |
5 | SOURCE : "__out__\g23m_dfile\prim\cst.pdf" |
6 | LastModified : "1999-09-21" |
7 | IdAndVersion : "8415.060.99.003" |
8 | SrcFileTime : "Mon Nov 24 15:50:30 2003" |
9 | Generated by CCDGEN_2.5.5 on Fri Jun 08 13:59:14 2007 |
10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! |
11 +--------------------------------------------------------------------------+
12 */
13
14 /* PRAGMAS
15 * PREFIX : NONE
16 * COMPATIBILITY_DEFINES : NO (require PREFIX)
17 * ALWAYS_ENUM_IN_VAL_FILE: NO
18 * ENABLE_GROUP: NO
19 * CAPITALIZE_TYPENAME: NO
20 */
21
22
23 #ifndef P_CST_H
24 #define P_CST_H
25
26
27 #define CDG_ENTER__P_CST_H
28
29 #define CDG_ENTER__FILENAME _P_CST_H
30 #define CDG_ENTER__P_CST_H__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_CST_H__LAST_MODIFIED _1999_09_21
32 #define CDG_ENTER__P_CST_H__ID_AND_VERSION _8415_060_99_003
33
34 #define CDG_ENTER__P_CST_H__SRC_FILE_TIME _Mon_Nov_24_15_50_30_2003
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_CST_H
39
40 #undef CDG_ENTER__FILENAME
41
42
43 #include "p_cst.val"
44
45
46 /*
47 * End of substructure section, begin of primitive definition section
48 */
49
50 #ifndef __T_CST_ADC_IND__
51 #define __T_CST_ADC_IND__
52 /*
53 *
54 * CCDGEN:WriteStruct_Count==894
55 */
56 typedef struct
57 {
58 U16 adc_values[9]; /*< 0: 18> AD conversion values */
59 U8 _align0; /*< 18: 1> alignment */
60 U8 _align1; /*< 19: 1> alignment */
61 } T_CST_ADC_IND;
62 #endif
63
64 #ifndef __T_CST_VM_STOP_PLAY_IND__
65 #define __T_CST_VM_STOP_PLAY_IND__
66 /*
67 *
68 * CCDGEN:WriteStruct_Count==895
69 */
70 typedef struct
71 {
72 U32 stop_address; /*< 0: 4> contains stop address */
73 } T_CST_VM_STOP_PLAY_IND;
74 #endif
75
76 #ifndef __T_CST_VM_STOP_RECORD_IND__
77 #define __T_CST_VM_STOP_RECORD_IND__
78 /*
79 *
80 * CCDGEN:WriteStruct_Count==896
81 */
82 typedef struct
83 {
84 U32 stop_address; /*< 0: 4> contains stop address */
85 } T_CST_VM_STOP_RECORD_IND;
86 #endif
87
88 #ifndef __T_CST_SR_IND__
89 #define __T_CST_SR_IND__
90 /*
91 *
92 * CCDGEN:WriteStruct_Count==897
93 */
94 typedef struct
95 {
96 U8 error_code; /*< 0: 1> Error code */
97 U8 index; /*< 1: 1> Index */
98 U8 _align0; /*< 2: 1> alignment */
99 U8 _align1; /*< 3: 1> alignment */
100 } T_CST_SR_IND;
101 #endif
102
103
104 #include "CDG_LEAVE.h"
105
106
107 #endif