GNU Radio's HOWTO Package
gn3s_regs.h
Go to the documentation of this file.
1 /*
2  * Code from: USRP - Universal Software Radio Peripheral (GNU Radio)
3  *
4  * Initial modifications by:
5  *
6  * Stephan Esterhuizen, Aerospace Engineering Sciences
7  * University of Colorado at Boulder
8  * Boulder CO, USA
9  *
10  * Further modifications for use with the SiGe USB module to accompany
11  * the textbook: "A Software-Defined GPS and Galileo Receiver: A
12  * Single-Frequency Approach" by Kai Borre, Dennis Akos, et.al. by:
13  *
14  * Marcus Junered, GNSS Research Group
15  * Lulea University of Technology
16  * Lulea, Sweden
17  *
18  * http://ccar.colorado.edu/gnss
19  *
20  * ---------------------------------------------------------------------
21  *
22  * GN3S - GNSS IF Streamer for Windows
23  * Copyright (C) 2006 Marcus Junered
24  *
25  * This program is free software; you can redistribute it and/or modify
26  * it under the terms of the GNU General Public License as published by
27  * the Free Software Foundation; either version 2 of the License, or
28  * (at your option) any later version.
29  *
30  * This program is distributed in the hope that it will be useful,
31  * but WITHOUT ANY WARRANTY; without even the implied warranty of
32  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33  * GNU General Public License for more details.
34  *
35  * You should have received a copy of the GNU General Public License
36  * along with this program; if not, write to the Free Software
37  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38  */
39 
40 
41 #ifndef _GN3S_REGS_H_
42 #define _GN3S_REGS_H_
43 
44 /* Port A (bit addressable): */
45 #define bmPORT_A_OUTPUTS 0 /* All inputs */
46 #define bmPORT_A_INITIAL 0
47 
48 /* Port B: GPIF FD[7:0] */
49 // FIFO Input
50 
51 /* Port C */
52 #define bmPORT_C_OUTPUTS 0
53 #define bmPORT_C_INITIAL 0
54 
55 /* Port D: GPIF FD[15:8] */
56 #define bmPORT_D_OUTPUTS 0
57 #define bmPORT_D_INITIAL 0
58 
59 /* Port E: not bit addressible */
60 #define bmPORT_E_OUTPUTS 0
61 #define bmPORT_E_INITIAL 0
62 
63 #endif