annotate autocal/stdband.h @ 30:4cd55371d3e4

fc-rfcal-vcxo: upload and FFS save implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 May 2017 00:05:33 +0000
parents 7ac866c3baf6
children dcf7cd305e2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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))