FreeCalypso > hg > fc-rfcal-tools
annotate autocal/stdband.h @ 60:81e8f7e99d89
fc-rfcal-rxband: upload of GMagic to DUT implemented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 27 May 2017 23:35:06 +0000 |
| parents | e93b5e727230 |
| children |
| rev | line source |
|---|---|
|
20
7ac866c3baf6
autocal: set_std_band() function replaced with RFPW_STD_BAND() macro
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* macro for encoding std and band in rfpw 7 command */ |
|
7ac866c3baf6
autocal: set_std_band() function replaced with RFPW_STD_BAND() macro
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
|
7ac866c3baf6
autocal: set_std_band() function replaced with RFPW_STD_BAND() macro
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 #define RFPW_STD_BAND(std,band) ((std) | ((band) << 8)) |
|
42
dcf7cd305e2b
fc-rfcal-gmagic started
Mychaela Falconia <falcon@freecalypso.org>
parents:
20
diff
changeset
|
4 |
|
dcf7cd305e2b
fc-rfcal-gmagic started
Mychaela Falconia <falcon@freecalypso.org>
parents:
20
diff
changeset
|
5 #define RFPW_STD_BAND_850 RFPW_STD_BAND(7, 0) |
|
52
e93b5e727230
autocal: use DUALEXT STD for 900 and 1800 MHz bands
Mychaela Falconia <falcon@freecalypso.org>
parents:
42
diff
changeset
|
6 #define RFPW_STD_BAND_900 RFPW_STD_BAND(6, 0) |
|
e93b5e727230
autocal: use DUALEXT STD for 900 and 1800 MHz bands
Mychaela Falconia <falcon@freecalypso.org>
parents:
42
diff
changeset
|
7 #define RFPW_STD_BAND_1800 RFPW_STD_BAND(6, 1) |
|
42
dcf7cd305e2b
fc-rfcal-gmagic started
Mychaela Falconia <falcon@freecalypso.org>
parents:
20
diff
changeset
|
8 #define RFPW_STD_BAND_1900 RFPW_STD_BAND(3, 0) |
