view rfcal/cmu200/secaddr.h @ 198:06c629b34903

target-utils/flash-boot-test/main.c: indicate the mode/version in the banner
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 30 Apr 2017 17:42:40 +0000
parents 31d43f0e469a
children
line wrap: on
line source

/*
 * The assignment of secondary addresses to CMU200 function groups is
 * arbitrary, but we need *some* assignment in order to access the SCPI
 * objects that correspond to useful functions.  We define our secondary
 * address assignments in this header file, set them up on the CMU200
 * at start-up, and then use them to access the functions we need
 * when we need them.
 */

#define	SECADDR_RF_NSIG		1
#define	SECADDR_GSM900MS_NSIG	2
#define	SECADDR_GSM1800MS_NSIG	3
#define	SECADDR_GSM1900MS_NSIG	4
#define	SECADDR_GSM850MS_NSIG	5