We use Keil development tools. We have ARM7 LPC2400 based controller that talks to host over USB. I started looking at the code in the controller that is used to carry out USB Communications.
In the init code, we have following definition:
UsbSocket *_usb;
I cannot seem to find the definition of datatype 'UsbSocket'. The Keil real time operating system is in our hard drive. C:\Keil
And idea where this datatype is defined?
Never mind! It's a datatype class defined in our libraries2 folder.