FreeCalypso > hg > fc-magnetite
comparison src/cs/layer1/gtt_include/l1gtt_signa.h @ 0:945cf7f506b2
src/cs: chipsetsw import from tcs211-fcmodem
binary blobs and LCD demo files have been excluded,
all line endings are LF only
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2016 22:50:11 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:945cf7f506b2 |
---|---|
1 /************* Revision Controle System Header ************* | |
2 * GSM Layer 1 software | |
3 * L1GTT_SIGNA.H | |
4 * | |
5 * Filename l1gtt_signa.h | |
6 * Copyright 2003 (C) Texas Instruments | |
7 * | |
8 ************* Revision Controle System Header *************/ | |
9 | |
10 #if (L1_GTT == 1) | |
11 | |
12 #define P_GTT ( 0x19 ) | |
13 | |
14 // Messages Upper layer <-> L1A | |
15 #define MMI_GTT_START_REQ ( ( P_GTT << 8 ) | 1 ) | |
16 #define MMI_GTT_START_CON ( ( P_GTT << 8 ) | 2 ) | |
17 #define MMI_GTT_STOP_REQ ( ( P_GTT << 8 ) | 3 ) | |
18 #define MMI_GTT_STOP_CON ( ( P_GTT << 8 ) | 4 ) | |
19 | |
20 // Messages L1S <-> L1A | |
21 #define L1_GTT_START_CON ( ( P_GTT << 8 ) | 5 ) | |
22 #define L1_GTT_STOP_CON ( ( P_GTT << 8 ) | 6 ) | |
23 | |
24 // Test messages | |
25 #define TST_CLOSE_GTT_LOOP_REQ ( ( P_GTT << 8 ) | 7 ) | |
26 #define TST_CLOSE_GTT_LOOP_CON ( ( P_GTT << 8 ) | 8 ) | |
27 #define TST_OPEN_GTT_LOOP_REQ ( ( P_GTT << 8 ) | 9 ) | |
28 #define TST_OPEN_GTT_LOOP_CON ( ( P_GTT << 8 ) | 10 ) | |
29 #define TST_START_GTT_TEST_REQ ( ( P_GTT << 8 ) | 11 ) | |
30 #define TST_START_GTT_TEST_CON ( ( P_GTT << 8 ) | 12 ) | |
31 #define TST_STOP_GTT_TEST_REQ ( ( P_GTT << 8 ) | 13 ) | |
32 #define TST_STOP_GTT_TEST_CON ( ( P_GTT << 8 ) | 14 ) | |
33 | |
34 #endif // L1_GTT == 1 |