|
| file | usb_dcd_interface.c |
| | This file defines the interface between the usb device core and the device controller drivers. Device controller drivers(dcd) register with usb device protocol core. The protocol core expects a set of function pointers to be populated by the device controller with its own implementation and uses them to take care of enumeration and normal data traffic. The dcd inturn uses a set of call backs to interact with the host for event handling.
|
| |
| file | usb_dev_dman.c |
| | This file implements the device manager functionality of the StarterWare USB device stack. This file defines the hardware resource map which lists contains device/gadget object.
|
| |
| file | usbdcdesc.c |
| |
| file | usbdmsc.c |
| | USB Mass storage device class driver.
|
| |