GNU Radio's HOWTO Package
gn3s_se4110.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_SE4110_
42 #define _GN3S_SE4110_
43 
44 #include "fx2regs.h"
45 #include "delay.h"
46 
47 /* Prototypes */
48 char init_se4110(void);
49 char enable_se4110(void);
50 char disable_se4110(void);
51 char reset_se4110(void);
52 char program_3w(void);
53 #endif
char program_3w(void)
char enable_se4110(void)
char disable_se4110(void)
char reset_se4110(void)
char init_se4110(void)