comparison autocal/txcalchan.h @ 72:2db97ef5e169

autocal: started defining structures for fc-rfcal-txband
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jul 2017 17:58:14 +0000
parents
children
comparison
equal deleted inserted replaced
71:784ce9f3a80a 72:2db97ef5e169
1 /* definitions of the L1 Tx calchan structure and sizes */
2
3 #define TX_CALCHAN_ENTRIES 8
4 #define TX_CALCHAN_TABLES 4
5
6 struct tx_calchan_entry {
7 uint16_t arfcn_limit;
8 uint16_t chan_cal;
9 };