comparison cdg211/cdginc/p_aci.val @ 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_aci.val |
5 | SOURCE : "__out__\g23m_dfile\prim\aci.pdf" |
6 | LastModified : "2004-06-01" |
7 | IdAndVersion : "8411.105.00.205" |
8 | SrcFileTime : "Mon Jun 7 15:08:48 2004" |
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_ACI_VAL
24 #define P_ACI_VAL
25
26
27 #define CDG_ENTER__P_ACI_VAL
28
29 #define CDG_ENTER__FILENAME _P_ACI_VAL
30 #define CDG_ENTER__P_ACI_VAL__FILE_TYPE CDGINC
31 #define CDG_ENTER__P_ACI_VAL__LAST_MODIFIED _2004_06_01
32 #define CDG_ENTER__P_ACI_VAL__ID_AND_VERSION _8411_105_00_205
33
34 #define CDG_ENTER__P_ACI_VAL__SRC_FILE_TIME _Mon_Jun_7_15_08_48_2004
35
36 #include "CDG_ENTER.h"
37
38 #undef CDG_ENTER__P_ACI_VAL
39
40 #undef CDG_ENTER__FILENAME
41
42
43 /*
44 * Value constants for VAL_cmd_src
45 */
46 #define CMD_SRC_INT (0x0) /* Command from internal application */
47 #define CMD_SRC_EXT (0x1) /* Command from external application */
48 #define CMD_SRC_UNKNOWN (0xff) /* Reserved */
49
50 /*
51 * Value constants for VAL_urt_stat
52 */
53 #define URT_RDY_TO_SEND (0x0) /* URT is ready to accept new data */
54 #define URT_DATA_AVAIL (0x1) /* URT has data available */
55 #define URT_STAT_UNKNOWN (0xff) /* Reserved */
56
57 /*
58 * Value constants for VAL_cause
59 */
60 #define ABT_ABORT_DATA (0x0) /* Abort data mode */
61 #define ABT_ABORT_CMD (0x1) /* Abort current command */
62
63 /*
64 * Value constants for VAL_ackflg
65 */
66 #define ACI_NAK (0x0) /* Not Acknowledge */
67 #define ACI_ACK (0x1) /* Acknowledge */
68
69 /*
70 * user defined constants
71 */
72 #define MAX_CMD_LEN (0x17c)
73 #define MAX_TRC_LEN (0x50)
74 #define MAX_DATA_LEN (0xc8)
75
76 #include "CDG_LEAVE.h"
77
78
79 #endif