comparison cmu200/secaddr.h @ 0:bd62be88259d

initial import of rfcal code and docs from freecalypso-tools repository
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 20 May 2017 18:49:35 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bd62be88259d
1 /*
2 * The assignment of secondary addresses to CMU200 function groups is
3 * arbitrary, but we need *some* assignment in order to access the SCPI
4 * objects that correspond to useful functions. We define our secondary
5 * address assignments in this header file, set them up on the CMU200
6 * at start-up, and then use them to access the functions we need
7 * when we need them.
8 */
9
10 #define SECADDR_RF_NSIG 1
11 #define SECADDR_GSM900MS_NSIG 2
12 #define SECADDR_GSM1800MS_NSIG 3
13 #define SECADDR_GSM1900MS_NSIG 4
14 #define SECADDR_GSM850MS_NSIG 5