#include "usbp_fpga.h"
#include "upl_err.h"
#include "config_files.h"
#include "vendordescr.h"
Go to the source code of this file.
I.E. there would be a simple protocol to read and write memory mapped registers internal to the FPGA. This way existing cores (ie UART, SPI, etc.) can be used with out modification to the core. See the functions below for more information.
The EP4/8 are generic data transfer pipes, bulk or iso.
Definition in file usbp_fpga.cpp.
1.5.1-p1