comparison rfcal/cmu200/secaddr.h @ 194:31d43f0e469a

fc-cmu200d skeleton started, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Apr 2017 00:45:54 +0000
parents
children
comparison
equal deleted inserted replaced
193:a57c93cf7f5c 194:31d43f0e469a
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