This section lists the files required for use with the device stack. These files should be included in any project using vendor function drivers
Files
Name |
Description |
This file contains functions, macros, definitions, variables, datatypes, etc. that are required for use of vendor class function drivers. This file should be included in projects that use vendor class function drivers. Vendor class function drivers include MCHPUSB (Microchip's custom class driver), WinUSB, and LibUSB. This file is located in the "<Install Directory>\Microchip\USB\Generic Device Driver" directory. | |
This file contains all of functions, macros, definitions, variables, datatypes, etc. that are required for usage with vendor class function drivers. This file should be included in projects that use vendor class function drivers. This file should also be included into the usb_descriptors.c file and any other user file that requires access to vendor class interfaces. This file is located in the "<Install Directory>\Microchip\Include\USB" directory. |
Topics
Name |
Description |
usb_config.h is a file used to configure the MCHPFSUSB stack and various function drivers. This file provides compile time selection of options provided by the stack. This file defines constants needed by the stack and various function drivers. |