Part Number:TM4C1294NCPDT
Tool/software: Code Composer Studio
In TivaWare_C_Series-2.1.2.111, why isn't there a usblib\device\usbdevice.c file with function definitions for the function prototypes declared in usblib\device\usbdevice.h? For example, the function prototype for USBDCDInit() is declared in usbdevice.h. But the function definition for USBDCDInit() is given in usbdenum.c. Why is that? Also how do I tell the compiler where to find the function definition for USBDCDInit() in this case?