URL
https://opencores.org/ocsvn/gecko3/gecko3/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
9 |
nussgipfel |
/* GECKO3COM
|
2 |
|
|
*
|
3 |
|
|
* Copyright (C) 2008 by
|
4 |
|
|
* ___ ____ _ _
|
5 |
|
|
* ( _`\ ( __)( ) ( )
|
6 |
|
|
* | (_) )| (_ | |_| | Berne University of Applied Sciences
|
7 |
|
|
* | _ <'| _) | _ | School of Engineering and
|
8 |
|
|
* | (_) )| | | | | | Information Technology
|
9 |
|
|
* (____/'(_) (_) (_)
|
10 |
|
|
*
|
11 |
|
|
*
|
12 |
|
|
* This program is free software: you can redistribute it and/or modify
|
13 |
|
|
* it under the terms of the GNU General Public License as published by
|
14 |
|
|
* the Free Software Foundation, either version 3 of the License, or
|
15 |
|
|
* (at your option) any later version.
|
16 |
|
|
*
|
17 |
|
|
* This program is distributed in the hope that it will be useful,
|
18 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20 |
|
|
* GNU General Public License for more details.
|
21 |
|
|
* You should have received a copy of the GNU General Public License
|
22 |
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
23 |
|
|
*/
|
24 |
|
|
|
25 |
|
|
/*********************************************************************/
|
26 |
|
|
/** \file gecko3com_interfaces.h
|
27 |
|
|
*********************************************************************
|
28 |
|
|
* \brief definitions to use the correct interface and/or endpoint
|
29 |
|
|
*
|
30 |
|
|
* \author Christoph Zimmermann bfh.ch, GNUradio
|
31 |
|
|
* \date 2009-1-13
|
32 |
|
|
*
|
33 |
|
|
*/
|
34 |
|
|
|
35 |
|
|
#ifndef _GECKO3COM_INTERFACES_H_
|
36 |
|
|
#define _GECKO3COM_INTERFACES_H_
|
37 |
|
|
|
38 |
|
|
#define USB_DFU_RT_INTERFACE 1 /**< usb interface number for DFU runtime mode */
|
39 |
|
|
|
40 |
|
|
#define USB_TMC_INTERFACE 0 /**< usb interface number for USBTMC requests */
|
41 |
|
|
#define USB_TMC_EP_OUT 2 /**< endpoint number for USBTMC OUT messages */
|
42 |
|
|
#define USB_TMC_EP_IN 6 /**< endpoint number for USBTMC IN messages */
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
#endif /* _GECKO3COM_INTERFACES_H_ */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.