FreeCalypso > hg > fc-rfcal-tools
view autocal/stdband.h @ 41:3f4221ef916a
fc-cmu200d: power-meas implemented
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 27 May 2017 02:43:43 +0000 |
| parents | 7ac866c3baf6 |
| children | dcf7cd305e2b |
line wrap: on
line source
/* macro for encoding std and band in rfpw 7 command */ #define RFPW_STD_BAND(std,band) ((std) | ((band) << 8))
