comparison gsm-fw/L1/dyn_dwl_include/l1_dyn_dwl_signa.h @ 150:3c850b416c9a

integrating more L1 header files needed by the abb+spi code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 16 Nov 2013 20:55:06 +0000
parents
children
comparison
equal deleted inserted replaced
149:971e84124a6f 150:3c850b416c9a
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