annotate autocal/afcparams.h @ 95:b68301b38ff2

doc: Cable-config-howto and General-flow written
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jul 2017 18:26:30 +0000
parents ba4b6877e227
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 };