annotate cmu200/mode.h @ 102:80281b67511f

fc-rfcal-txband: fixed bug in the corner case when the target power level is above the highest basis point
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 12 Aug 2017 08:47:09 +0000
parents 2fb9768fc1e2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
b552e8d86474 fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 /* Definition of our operating modes */
b552e8d86474 fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
b552e8d86474 fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 #define OP_MODE_UNDEF 0
b552e8d86474 fc-cmu200d: started implementing operation modes
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 #define OP_MODE_SIGNAL_GEN 1
40
2fb9768fc1e2 fc-cmu200d: VCXO calibration mode generalized into RF analyzer mode
Mychaela Falconia <falcon@freecalypso.org>
parents: 3
diff changeset
5 #define OP_MODE_GSM_RFAN 2