FreeCalypso > hg > tcs211-fcmodem
comparison chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_signa.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 /************* Revision Controle System Header ************* | |
2 * GSM Layer 1 software | |
3 * L1_DYN_DWL_SIGNA.H | |
4 * | |
5 * Filename l1_dyn_dwl_signa.h | |
6 * Copyright 2004 (C) Texas Instruments | |
7 * | |
8 ************* Revision Controle System Header *************/ | |
9 #if (L1_DYN_DSP_DWNLD == 1) | |
10 | |
11 #ifndef _L1_DYN_DWL_SIGNA_H_ | |
12 #define _L1_DYN_DWL_SIGNA_H_ | |
13 | |
14 #define P_DYN_DWNLD 0x41 | |
15 | |
16 // Messages L1S -> L1A | |
17 #define L1_DYN_DWNLD_STOP_CON ( ( P_DYN_DWNLD << 8 ) | 0x02 ) | |
18 | |
19 // Messages API HISR -> L1A // | |
20 #define API_L1_DYN_DWNLD_START_CON ( ( P_DYN_DWNLD << 8 ) | 0x03 ) | |
21 #define API_L1_DYN_DWNLD_FINISHED ( ( P_DYN_DWNLD << 8 ) | 0x04 ) | |
22 #define API_L1_DYN_DWNLD_STOP ( ( P_DYN_DWNLD << 8 ) | 0x05 ) | |
23 #define API_L1_CRC_NOT_OK ( ( P_DYN_DWNLD << 8 ) | 0x07 ) | |
24 #define API_L1_CRC_OK ( ( P_DYN_DWNLD << 8 ) | 0x08 ) | |
25 #define API_L1_DYN_DWNLD_UNINST_OK ( ( P_DYN_DWNLD << 8 ) | 0x09 ) | |
26 | |
27 #endif //_L1_DYN_DWL_SIGNA_H_ | |
28 | |
29 #endif // L1_DYN_DSP_DWNLD | |
30 |