FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/tpudrv/tpudrv.h @ 154:47754cdb6248
abb.c compiles!
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 05:53:10 +0000 |
parents | 65efffcb28dc |
children | 3a0ce0ea4035 |
comparison
equal
deleted
inserted
replaced
153:65efffcb28dc | 154:47754cdb6248 |
---|---|
156 #define INT_PAGE 5 /* TPU page interrupt */ | 156 #define INT_PAGE 5 /* TPU page interrupt */ |
157 #define INT_TSP 3 /* TSP interrupt */ | 157 #define INT_TSP 3 /* TSP interrupt */ |
158 | 158 |
159 | 159 |
160 | 160 |
161 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3)) | 161 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3)) |
162 // BB signals connected to serial link1 | 162 // BB signals connected to serial link1 |
163 #define BULON 0x80 // bit6 | 163 #define BULON 0x80 // bit6 |
164 #define BULCAL 0x40 // bit5 | 164 #define BULCAL 0x40 // bit5 |
165 #define BULENA 0x20 // bit4 | 165 #define BULENA 0x20 // bit4 |
166 #define BDLON 0x10 // bit3 | 166 #define BDLON 0x10 // bit3 |