FreeCalypso > hg > fc-magnetite
comparison cdg211/prim/cst.pdf @ 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 ;*** File : cst.pdf | |
3 ;*** Creation : Fri Jun 08 13:57:06 CST 2007 | |
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 "Mon Nov 24 15:50:30 2003" | |
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 |