comparison cdg-hybrid/sap/cst.pdf @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 ;********************************************************************************
2 ;*** File : cst.pdf
3 ;*** Creation : Wed Mar 11 09:57:45 CST 2009
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
6 ;********************************************************************************
7 ;*** Document Type : Service Access Point Specification
8 ;*** Document Name : cst
9 ;*** Document No. : 8415.060.99.003
10 ;*** Document Date : 1999-09-21
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: Heiner
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:39:04 2007"
18 PRAGMA LAST_MODIFIED "1999-09-21"
19 PRAGMA ID_AND_VERSION "8415.060.99.003"
20
21
22
23
24
25
26
27
28
29 VAR adc_values "AD conversion values" S
30
31
32 VAR stop_address "contains stop address" L
33
34
35 VAR error_code "Error code" B
36
37
38 VAR index "Index" B
39
40
41
42
43
44
45
46
47 ; CST_ADC_IND 0x5600
48 ; CST_VM_STOP_PLAY_IND 0x5601
49 ; CST_VM_STOP_RECORD_IND 0x5602
50 ; CST_SR_IND 0x5603
51
52
53
54 PRIM CST_ADC_IND 0x5600
55 {
56 adc_values [9] ; AD conversion values
57 }
58
59
60
61
62
63
64 PRIM CST_VM_STOP_PLAY_IND 0x5601
65 {
66 stop_address ; stop address
67 }
68
69
70
71
72
73
74 PRIM CST_VM_STOP_RECORD_IND 0x5602
75 {
76 stop_address ; stop address
77 }
78
79
80
81
82
83
84 PRIM CST_SR_IND 0x5603
85 {
86 error_code ; Error code
87 index ; Index
88 }
89
90
91
92
93
94
95
96
97