FreeCalypso > hg > fc-rfcal-tools
annotate autocal/afcparams.h @ 113:01bae2629ffd
doc/Test-system-interface: txpwr-cal-channel addition documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 13 Feb 2018 04:39:33 +0000 |
parents | ba4b6877e227 |
children |
rev | line source |
---|---|
28
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* definition of the afcparams structure */ |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 struct afcparams { |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 uint32_t psi_sta_inv; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 uint32_t psi_st; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 uint32_t psi_st_32; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 uint32_t psi_st_inv; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 int16_t dac_center; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 int16_t dac_min; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 int16_t dac_max; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 int16_t snr_thr; |
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 }; |