USB Function Controller Driver Samples (Windows Embedded CE 6.0)
1/6/2010
The following table shows the universal serial bus (USB) function controller driver subdirectories and files in the %_WINCEROOT%\Public\Common\OAK directory. The USB function controller drivers support single configurations and single interfaces.
Subdirectory | Description |
---|---|
Drivers\USBFN\Controller |
USB function controller model device driver (MDD) and platform dependent driver (PDD). |
Drivers\USBFN\Controller\MDD |
MDD source. |
Drivers\USBFN\Controller\MDD\UFNMDD.c |
MDD implementation. |
Drivers\USBFN\Controller\MDD\UFNMDD.h |
Device driver service-provider interface (DDSI) implemented by the PDD. |
Drivers\USBFN\Controller\NET2280 |
Net2280 PDD. |
Drivers\USBFN\Controller\NET2280\Net2280.h |
Net2280 declarations. |
Drivers\USBFN\Controller\NET2280\2280bus.h |
Net2280 initialization declarations. |
Drivers\USBFN\Controller\NET2280\2280bus.c |
Net2280 initialization implementations. |
INC\USBFN.h |
DDI implemented by the MDD. |
INC\USBFNtypes.h |
Global USB function controller data and declarations. |