TwiceAsNice  2019-02-18
Classes | Variables
HostIO_USB.h File Reference
#include "IHostIO.h"
#include "QSILog.h"
#include "QSI_Global.h"
#include "VidPid.h"
Include dependency graph for HostIO_USB.h:
This graph shows which files directly or indirectly include this file:

Classes

class  HostIO_USB
 

Variables

const int USB_IN_TRANSFER_SIZE = 64 * 1024
 
const int USB_OUT_TRANSFER_SIZE = 64 * 1024
 
const int LATENCY_TIMER_MS = 16
 
const int USB_SERIAL_LENGTH = 32
 
const int USB_DESCRIPTION_LENGTH = 32
 
const int USB_MAX_DEVICES = 128
 

Variable Documentation

◆ LATENCY_TIMER_MS

const int LATENCY_TIMER_MS = 16

◆ USB_DESCRIPTION_LENGTH

const int USB_DESCRIPTION_LENGTH = 32

◆ USB_IN_TRANSFER_SIZE

const int USB_IN_TRANSFER_SIZE = 64 * 1024

◆ USB_MAX_DEVICES

const int USB_MAX_DEVICES = 128

◆ USB_OUT_TRANSFER_SIZE

const int USB_OUT_TRANSFER_SIZE = 64 * 1024

◆ USB_SERIAL_LENGTH

const int USB_SERIAL_LENGTH = 32