FreeCalypso > hg > fc-rfcal-tools
view autocal/stdband.h @ 36:d348d47f8a04
doc/Test-system-interface: added commands for Tx power level calibration
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 26 May 2017 16:00:06 +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))
