#include "usrp_common.h"
#include "fx2regs.h"
#include "gn3s_regs.h"
#include "gpif_inline.h"
#include "timer.h"
#include "isr.h"
#include "usb_common.h"
#include "fx2utils.h"
#include "gn3s_se4110.h"
#include "eeprom.h"
#include <string.h>
Go to the source code of this file.
◆ bRequest
| #define bRequest SETUPDAT[1] |
◆ bRequestType
| #define bRequestType SETUPDAT[0] |
◆ EP0BUFF_SIZE
| #define EP0BUFF_SIZE 0x40 |
◆ GS_RX_OVERRUN
◆ GS_TX_UNDERRUN
◆ GUARD
◆ VRQ_DB_FX
◆ VRQ_EEPROM
◆ VRQ_GET_STATUS
| #define VRQ_GET_STATUS 0x80 |
◆ VRQ_RAM
◆ VRQ_XFER
◆ VRQ_XFER_TX
◆ VRT_VENDOR_IN
| #define VRT_VENDOR_IN 0xC0 |
◆ VRT_VENDOR_OUT
| #define VRT_VENDOR_OUT 0x40 |
◆ wIndexH
| #define wIndexH SETUPDAT[5] |
◆ wIndexL
| #define wIndexL SETUPDAT[4] |
◆ wLengthH
| #define wLengthH SETUPDAT[7] |
◆ wLengthL
| #define wLengthL SETUPDAT[6] |
◆ wValueH
| #define wValueH SETUPDAT[3] |
◆ wValueL
| #define wValueL SETUPDAT[2] |
◆ app_vendor_cmd()
| unsigned char app_vendor_cmd |
( |
void |
| ) |
|
◆ get_ep0_data()
| static void get_ep0_data |
( |
void |
| ) |
|
|
static |
◆ guardC()
◆ main_loop()
| static void main_loop |
( |
void |
| ) |
|
|
static |
◆ TD_Init()